build-profile.json5 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "app": {
  3. "signingConfigs": [
  4. {
  5. "name": "default",
  6. "type": "HarmonyOS",
  7. "material": {
  8. "certpath": "C:\\Users\\xiong\\.ohos\\config\\auto_debug_codeserver_tech.xiongweixp.codeserver_350086000117762381.cer",
  9. "storePassword": "0000001A7F21A322F4CF5998EAFD4E9640AF8D61003421EEB44C3E4DF239CC1C3852819F668C6B3118FC",
  10. "keyAlias": "debugKey",
  11. "keyPassword": "0000001A19E6EDDD2C943245D620E30620EB36A4ED9EC278B1B99073AE7D57C565B602BB08C1D3E16A24",
  12. "profile": "C:\\Users\\xiong\\.ohos\\config\\auto_debug_codeserver_tech.xiongweixp.codeserver_350086000117762381.p7b",
  13. "signAlg": "SHA256withECDSA",
  14. "storeFile": "C:\\Users\\xiong\\.ohos\\config\\auto_debug_codeserver_tech.xiongweixp.codeserver_350086000117762381.p12"
  15. }
  16. }
  17. ],
  18. "compileSdkVersion": 9,
  19. "compatibleSdkVersion": 9,
  20. "products": [
  21. {
  22. "name": "default",
  23. "signingConfig": "default",
  24. }
  25. ],
  26. "buildModeSet": [
  27. {
  28. "name": "debug",
  29. },
  30. {
  31. "name": "release"
  32. }
  33. ]
  34. },
  35. "modules": [
  36. {
  37. "name": "entry",
  38. "srcPath": "./entry",
  39. "targets": [
  40. {
  41. "name": "default",
  42. "applyToProducts": [
  43. "default"
  44. ]
  45. }
  46. ]
  47. }
  48. ]
  49. }