build-profile.json5 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "app": {
  3. "signingConfigs": [
  4. {
  5. "name": "default",
  6. "type": "HarmonyOS",
  7. "material": {
  8. "storeFile": "E:/基础证书文件/basic.p12",
  9. "storePassword": "000000187064E8729C1D71ED1096726C38C500D70E50269E07F24DA2FE4CAEA5BEF2D5644D143B18",
  10. "keyAlias": "yt112233",
  11. "keyPassword": "00000018DD456E3267E414F51A22E56BC1CBBD2C8849D113D83CEB3EABACC61AF27F4B3DBF515BDE",
  12. "signAlg": "SHA256withECDSA",
  13. "profile": "E:/浏览器调试证书Debug.p7b",
  14. "certpath": "E:/基础证书文件/调试证书.cer"
  15. }
  16. }
  17. ],
  18. "products": [
  19. {
  20. "name": "default",
  21. "signingConfig": "default",
  22. "targetSdkVersion": "5.1.1(19)",
  23. "compatibleSdkVersion": "5.0.3(15)",
  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": "home",
  45. "srcPath": "./home",
  46. "targets": [
  47. {
  48. "name": "default",
  49. "applyToProducts": [
  50. "default"
  51. ]
  52. }
  53. ]
  54. },
  55. {
  56. "name": "module_share",
  57. "srcPath": "./shared/components/module_share",
  58. }
  59. ]
  60. }