build-profile.json5 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. {
  2. "app": {
  3. "signingConfigs": [
  4. {
  5. "name": "default",
  6. "type": "HarmonyOS",
  7. "material": {
  8. "certpath": "C:\\Users\\wangm\\.ohos\\config\\default_xdz_harmonyos_09Z9I3wzBdrKzXSdCAMOjsRDnga0R4xcM4slZiqsz_w=.cer",
  9. "keyAlias": "debugKey",
  10. "keyPassword": "0000001A91D66CC6009B03BFA3D5B3FC7EEF5E2AC990B0022F2CFE22ED94588C64090FE09A17D01920F8",
  11. "profile": "C:\\Users\\wangm\\.ohos\\config\\default_xdz_harmonyos_09Z9I3wzBdrKzXSdCAMOjsRDnga0R4xcM4slZiqsz_w=.p7b",
  12. "signAlg": "SHA256withECDSA",
  13. "storeFile": "C:\\Users\\wangm\\.ohos\\config\\default_xdz_harmonyos_09Z9I3wzBdrKzXSdCAMOjsRDnga0R4xcM4slZiqsz_w=.p12",
  14. "storePassword": "0000001AD5C2EBE2F4118E249B4B4A94F7C37225B6BD958B6611E3F44788A524B061DE2BBE02747F027E"
  15. }
  16. }
  17. ],
  18. "products": [
  19. {
  20. "name": "default",
  21. "signingConfig": "default",
  22. "targetSdkVersion": "5.0.0(12)",
  23. "compatibleSdkVersion": "5.0.0(12)",
  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. "name": "capability_wifi",
  153. "srcPath": "./capability-wifi",
  154. "targets": [
  155. {
  156. "name": "default",
  157. "applyToProducts": [
  158. "default"
  159. ]
  160. }
  161. ]
  162. },
  163. {
  164. "name": "capability_dashcam",
  165. "srcPath": "./capability-dashcam",
  166. "targets": [
  167. {
  168. "name": "default",
  169. "applyToProducts": [
  170. "default"
  171. ]
  172. }
  173. ]
  174. }
  175. ]
  176. }