build-profile.json5 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. {
  2. "app": {
  3. "products": [
  4. {
  5. "name": "default",
  6. "signingConfig": "default",
  7. "compileSdkVersion": 10,
  8. "compatibleSdkVersion": 10
  9. }
  10. ],
  11. "signingConfigs": [
  12. {
  13. "name": "default",
  14. "material": {
  15. "storePassword": "00000016263D35F1D2C22FE301C653F30510631B97619920B08A2CC8F7AC3185344EEBD198A5",
  16. "certpath": "D:/HuaweiWorkspace/launcher-OpenHarmony/HJ_launcher/signature/OpenHarmonyApplication.cer",
  17. "keyAlias": "OpenHarmony Application Release",
  18. "keyPassword": "00000016A4EA2BCCB995156201EE3DFF5513A6752C47691F9896171A744CB7844DC8AE84B1E9",
  19. "profile": "D:/HuaweiWorkspace/launcher-OpenHarmony/HJ_launcher/signature/launcher.p7b",
  20. "signAlg": "SHA256withECDSA",
  21. "storeFile": "D:/HuaweiWorkspace/launcher-OpenHarmony/HJ_launcher/signature/OpenHarmony.p12"
  22. }
  23. }
  24. ]
  25. },
  26. "modules": [
  27. {
  28. "name": "launcher_common",
  29. "srcPath": "./common",
  30. "targets": [
  31. {
  32. "name": "default",
  33. "applyToProducts": [
  34. "default",
  35. ],
  36. },
  37. ],
  38. },
  39. {
  40. "name": "launcher_appcenter",
  41. "srcPath": "./feature/appcenter",
  42. "targets": [
  43. {
  44. "name": "default",
  45. "applyToProducts": [
  46. "default",
  47. ],
  48. },
  49. ],
  50. },
  51. {
  52. "name": "launcher_bigfolder",
  53. "srcPath": "./feature/bigfolder",
  54. "targets": [
  55. {
  56. "name": "default",
  57. "applyToProducts": [
  58. "default",
  59. ],
  60. },
  61. ],
  62. },
  63. {
  64. "name": "launcher_form",
  65. "srcPath": "./feature/form",
  66. "targets": [
  67. {
  68. "name": "default",
  69. "applyToProducts": [
  70. "default",
  71. ],
  72. },
  73. ],
  74. },
  75. {
  76. "name": "launcher_gesturenavigation",
  77. "srcPath": "./feature/gesturenavigation",
  78. "targets": [
  79. {
  80. "name": "default",
  81. "applyToProducts": [
  82. "default",
  83. ],
  84. },
  85. ],
  86. },
  87. {
  88. "name": "launcher_numbadge",
  89. "srcPath": "./feature/numbadge",
  90. "targets": [
  91. {
  92. "name": "default",
  93. "applyToProducts": [
  94. "default",
  95. ],
  96. },
  97. ],
  98. },
  99. {
  100. "name": "launcher_pagedesktop",
  101. "srcPath": "./feature/pagedesktop",
  102. "targets": [
  103. {
  104. "name": "default",
  105. "applyToProducts": [
  106. "default",
  107. ],
  108. },
  109. ],
  110. },
  111. {
  112. "name": "launcher_recents",
  113. "srcPath": "./feature/recents",
  114. "targets": [
  115. {
  116. "name": "default",
  117. "applyToProducts": [
  118. "default",
  119. ],
  120. },
  121. ],
  122. },
  123. {
  124. "name": "launcher_smartDock",
  125. "srcPath": "./feature/smartdock",
  126. "targets": [
  127. {
  128. "name": "default",
  129. "applyToProducts": [
  130. "default",
  131. ],
  132. },
  133. ],
  134. },
  135. {
  136. "name": "phone_launcher",
  137. "srcPath": "./product/phone",
  138. "targets": [
  139. {
  140. "name": "default",
  141. "applyToProducts": [
  142. "default",
  143. ],
  144. },
  145. ],
  146. },
  147. {
  148. "name": "pad_launcher",
  149. "srcPath": "./product/pad",
  150. "targets": [
  151. {
  152. "name": "default",
  153. "applyToProducts": [
  154. "default",
  155. ],
  156. },
  157. ],
  158. },
  159. {
  160. "name": "launcher_settings",
  161. "srcPath": "./feature/settings",
  162. "targets": [
  163. {
  164. "name": "default",
  165. "applyToProducts": [
  166. "default",
  167. ],
  168. },
  169. ],
  170. }
  171. ],
  172. }