build-profile.json5 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "app": {
  3. "signingConfigs": [
  4. {
  5. "name": "default",
  6. "material": {
  7. "certpath": "C:/Users/Administrator/.ohos/config/openharmony/default_ohos-web_7r9bg_kCVCLkB8b9LmoIUU-odpbhDZZyXDsJXLnYcFA=.cer",
  8. "storePassword": "0000001B08BB632513EA76ABF287B8A2D6626D82DBF69759F53B3DA9947158568C50855C87D53197603A72",
  9. "keyAlias": "debugKey",
  10. "keyPassword": "0000001B87C6566E2E1473CD54DA458F84EABDF5F14F7A3663C5D45EBEBE95BF73CFEFCC31E1067024CD03",
  11. "profile": "C:/Users/Administrator/.ohos/config/openharmony/default_ohos-web_7r9bg_kCVCLkB8b9LmoIUU-odpbhDZZyXDsJXLnYcFA=.p7b",
  12. "signAlg": "SHA256withECDSA",
  13. "storeFile": "C:/Users/Administrator/.ohos/config/openharmony/default_ohos-web_7r9bg_kCVCLkB8b9LmoIUU-odpbhDZZyXDsJXLnYcFA=.p12"
  14. }
  15. }
  16. ],
  17. "products": [
  18. {
  19. "name": "default",
  20. "signingConfig": "default",
  21. "compileSdkVersion": 10,
  22. "compatibleSdkVersion": 10,
  23. "runtimeOS": "OpenHarmony",
  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. }