build-profile.json5 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "app": {
  3. "signingConfigs": [],
  4. "products": [
  5. {
  6. "name": "default",
  7. "signingConfig": "default",
  8. "compatibleSdkVersion": "5.0.2(14)",
  9. "runtimeOS": "HarmonyOS",
  10. "buildOption": {
  11. "strictMode": {
  12. "caseSensitiveCheck": true,
  13. "useNormalizedOHMUrl": true
  14. }
  15. }
  16. }
  17. ],
  18. "buildModeSet": [
  19. {
  20. "name": "debug",
  21. },
  22. {
  23. "name": "release"
  24. }
  25. ]
  26. },
  27. "modules": [
  28. {
  29. "name": "entry",
  30. "srcPath": "./products/entry",
  31. "targets": [
  32. {
  33. "name": "default",
  34. "applyToProducts": [
  35. "default"
  36. ]
  37. }
  38. ]
  39. },
  40. {
  41. "name": "basic",
  42. "srcPath": "./commons/basic",
  43. "targets": [
  44. {
  45. "name": "default",
  46. "applyToProducts": [
  47. "default"
  48. ]
  49. }
  50. ]
  51. },
  52. {
  53. "name": "sketch",
  54. "srcPath": "./features/sketch",
  55. "targets": [
  56. {
  57. "name": "default",
  58. "applyToProducts": [
  59. "default"
  60. ]
  61. }
  62. ]
  63. },
  64. {
  65. "name": "user",
  66. "srcPath": "./features/user",
  67. "targets": [
  68. {
  69. "name": "default",
  70. "applyToProducts": [
  71. "default"
  72. ]
  73. }
  74. ]
  75. }
  76. ]
  77. }