build-profile.json5 1.3 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_CloudPC_tech.xiongweixp.cloudpc_350086000117762381.cer",
  9. "storePassword": "0000001B3A06BCBC4928922581AD991A26FEA2DD4BF2E2288D76FE5612E09150A853390B5A1058CCA85E2A",
  10. "keyAlias": "debugKey",
  11. "keyPassword": "0000001BB100C3F3708886B7F17DBB944222A7C6B442608414DA24E6415F5AF50A6D41A8DA93D7628CE258",
  12. "profile": "C:\\Users\\xiong\\.ohos\\config\\auto_debug_CloudPC_tech.xiongweixp.cloudpc_350086000117762381.p7b",
  13. "signAlg": "SHA256withECDSA",
  14. "storeFile": "C:\\Users\\xiong\\.ohos\\config\\auto_debug_CloudPC_tech.xiongweixp.cloudpc_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. }