build-profile.json5 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "app": {
  3. "signingConfigs": [
  4. {
  5. "name": "default",
  6. "type": "HarmonyOS",
  7. "material": {
  8. "certpath": "C:\\Users\\Administrator\\.ohos\\config\\default_QuickStart_LJXtieXHEAEw6XdSIp7eNmaJemggqghwREmZyiLnAKY=.cer",
  9. "keyAlias": "debugKey",
  10. "keyPassword": "0000001BB6F620D88CDB83C6CED96B878A3DD522723BC60F3D862FCBAEB444A3C63CE28E149EA504844304",
  11. "profile": "C:\\Users\\Administrator\\.ohos\\config\\default_QuickStart_LJXtieXHEAEw6XdSIp7eNmaJemggqghwREmZyiLnAKY=.p7b",
  12. "signAlg": "SHA256withECDSA",
  13. "storeFile": "C:\\Users\\Administrator\\.ohos\\config\\default_QuickStart_LJXtieXHEAEw6XdSIp7eNmaJemggqghwREmZyiLnAKY=.p12",
  14. "storePassword": "0000001BC284FE9DA3F622D0718464B5165A139704D070FE958C059C15A9A9CC33FAF01120914C510369FE"
  15. }
  16. }
  17. ],
  18. "products": [
  19. {
  20. "name": "default",
  21. "signingConfig": "default",
  22. "targetSdkVersion": "5.1.0(18)",
  23. "compatibleSdkVersion": "5.0.5(17)",
  24. "runtimeOS": "HarmonyOS",
  25. "buildOption": {
  26. "strictMode": {
  27. "caseSensitiveCheck": true,
  28. "useNormalizedOHMUrl": true
  29. }
  30. }
  31. }
  32. ],
  33. "buildModeSet": [
  34. {
  35. "name": "debug",
  36. },
  37. {
  38. "name": "release"
  39. }
  40. ]
  41. },
  42. "modules": [
  43. {
  44. "name": "default",
  45. "srcPath": "./products/default",
  46. "targets": [
  47. {
  48. "name": "default",
  49. "applyToProducts": [
  50. "default"
  51. ]
  52. }
  53. ]
  54. },
  55. {
  56. "name": "quickstart",
  57. "srcPath": "./features/quickstart"
  58. },
  59. {
  60. "name": "map",
  61. "srcPath": "./features/map"
  62. },
  63. {
  64. "name": "learning",
  65. "srcPath": "./features/learning"
  66. },
  67. {
  68. "name": "utils",
  69. "srcPath": "./commons/utils"
  70. },
  71. {
  72. "name": "uicomponents",
  73. "srcPath": "./commons/uicomponents"
  74. }
  75. ]
  76. }