build-profile.json5 589 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "app": {
  3. "signingConfigs": [],
  4. "products": [
  5. {
  6. "name": "default",
  7. "signingConfig": "default",
  8. "compileSdkVersion": 10,
  9. "compatibleSdkVersion": 10,
  10. "runtimeOS": "OpenHarmony",
  11. }
  12. ],
  13. "buildModeSet": [
  14. {
  15. "name": "debug",
  16. },
  17. {
  18. "name": "release"
  19. }
  20. ]
  21. },
  22. "modules": [
  23. {
  24. "name": "entry",
  25. "srcPath": "./entry",
  26. "targets": [
  27. {
  28. "name": "default",
  29. "applyToProducts": [
  30. "default"
  31. ]
  32. }
  33. ]
  34. }
  35. ]
  36. }