build-profile.json5 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "app": {
  3. "signingConfigs": [],
  4. "products": [
  5. {
  6. "name": "default",
  7. "signingConfig": "default",
  8. "targetSdkVersion": "5.1.0(18)",
  9. "compatibleSdkVersion": "5.0.5(17)",
  10. "runtimeOS": "HarmonyOS",
  11. "buildOption": {
  12. "strictMode": {
  13. "caseSensitiveCheck": true,
  14. "useNormalizedOHMUrl": true
  15. }
  16. }
  17. }
  18. ],
  19. "buildModeSet": [
  20. {
  21. "name": "debug",
  22. },
  23. {
  24. "name": "release"
  25. }
  26. ]
  27. },
  28. "modules": [
  29. {
  30. "name": "default",
  31. "srcPath": "./products/default",
  32. "targets": [
  33. {
  34. "name": "default",
  35. "applyToProducts": [
  36. "default"
  37. ]
  38. }
  39. ]
  40. },
  41. {
  42. "name": "quickstart",
  43. "srcPath": "./features/quickstart",
  44. },
  45. {
  46. "name": "map",
  47. "srcPath": "./features/map",
  48. },
  49. {
  50. "name": "learning",
  51. "srcPath": "./features/learning",
  52. },
  53. {
  54. "name": "utils",
  55. "srcPath": "./commans/utils",
  56. },
  57. {
  58. "name": "uicomponents",
  59. "srcPath": "./commans/uicomponents",
  60. }
  61. ]
  62. }