build-profile.json5 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "app": {
  3. "signingConfigs": [],
  4. "products": [
  5. {
  6. "name": "default",
  7. "signingConfig": "default",
  8. "targetSdkVersion": "5.1.1(19)",
  9. "compatibleSdkVersion": "5.1.1(19)",
  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": "Hello",
  43. "srcPath": "./features/Hello",
  44. },
  45. {
  46. "name": "utils",
  47. "srcPath": "./commoms/utils"
  48. },
  49. {
  50. "name": "uicomponents",
  51. "srcPath": "./commoms/uicomponents",
  52. },
  53. {
  54. "name": "SignIn",
  55. "srcPath": "./features/SignIn",
  56. },
  57. {
  58. "name": "Home",
  59. "srcPath": "./features/Home",
  60. },
  61. {
  62. "name": "User",
  63. "srcPath": "./features/User",
  64. },
  65. {
  66. "name": "Authentication",
  67. "srcPath": "./features/Authentication",
  68. }
  69. ]
  70. }