build-profile.json5 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "app": {
  3. "signingConfigs": [
  4. {
  5. "name": "default",
  6. "type": "HarmonyOS",
  7. "material": {
  8. "certpath": "/Users/Zhuanz/.ohos/config/default_xdz_harmonyos_jZFehHJzNrGqakNEAMUxlW8I1FRp2PB5-LbDEsJxfxs=.cer",
  9. "keyAlias": "debugKey",
  10. "keyPassword": "0000001BB6238A05D86EA280B8370E117DB08327AC0ECCCEDA1EB677B27BEF0B79F6254D11EBAB02077C74",
  11. "profile": "/Users/Zhuanz/.ohos/config/default_xdz_harmonyos_jZFehHJzNrGqakNEAMUxlW8I1FRp2PB5-LbDEsJxfxs=.p7b",
  12. "signAlg": "SHA256withECDSA",
  13. "storeFile": "/Users/Zhuanz/.ohos/config/default_xdz_harmonyos_jZFehHJzNrGqakNEAMUxlW8I1FRp2PB5-LbDEsJxfxs=.p12",
  14. "storePassword": "0000001B3CF203584597C7690A705664A9EEFC3BFFBC477632C20FFE4702EC1510CD38B9156DB735AE1D84"
  15. }
  16. }
  17. ],
  18. "products": [
  19. {
  20. "name": "default",
  21. "signingConfig": "default",
  22. "targetSdkVersion": "6.0.1(21)",
  23. "compatibleSdkVersion": "6.0.1(21)",
  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": "entry",
  45. "srcPath": "./entry",
  46. "targets": [
  47. {
  48. "name": "default",
  49. "applyToProducts": [
  50. "default"
  51. ]
  52. }
  53. ]
  54. },
  55. {
  56. "name": "base_core",
  57. "srcPath": "./base-core",
  58. "targets": [
  59. {
  60. "name": "default",
  61. "applyToProducts": [
  62. "default"
  63. ]
  64. }
  65. ]
  66. },
  67. {
  68. "name": "base_common",
  69. "srcPath": "./base-common",
  70. "targets": [
  71. {
  72. "name": "default",
  73. "applyToProducts": [
  74. "default"
  75. ]
  76. }
  77. ]
  78. },
  79. {
  80. "name": "capability_socketio",
  81. "srcPath": "./capability-socketio",
  82. "targets": [
  83. {
  84. "name": "default",
  85. "applyToProducts": [
  86. "default"
  87. ]
  88. }
  89. ]
  90. },
  91. {
  92. "name": "capability_push",
  93. "srcPath": "./capability-push",
  94. "targets": [
  95. {
  96. "name": "default",
  97. "applyToProducts": [
  98. "default"
  99. ]
  100. }
  101. ]
  102. },
  103. {
  104. "name": "capability_share",
  105. "srcPath": "./capability-share",
  106. "targets": [
  107. {
  108. "name": "default",
  109. "applyToProducts": [
  110. "default"
  111. ]
  112. }
  113. ]
  114. },
  115. {
  116. "name": "capability_qrcode",
  117. "srcPath": "./capability-qrcode",
  118. "targets": [
  119. {
  120. "name": "default",
  121. "applyToProducts": [
  122. "default"
  123. ]
  124. }
  125. ]
  126. },
  127. {
  128. "name": "capability_nfc",
  129. "srcPath": "./capability-nfc",
  130. "targets": [
  131. {
  132. "name": "default",
  133. "applyToProducts": [
  134. "default"
  135. ]
  136. }
  137. ]
  138. },
  139. {
  140. "name": "capability_ble",
  141. "srcPath": "./capability-ble",
  142. "targets": [
  143. {
  144. "name": "default",
  145. "applyToProducts": [
  146. "default"
  147. ]
  148. }
  149. ]
  150. }
  151. ]
  152. }