build-profile.json5 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "app": {
  3. "products": [
  4. {
  5. "name": "default",
  6. "signingConfig": "default",
  7. "compileSdkVersion": 10,
  8. "compatibleSdkVersion": 10,
  9. "runtimeOS": "OpenHarmony"
  10. }
  11. ],
  12. "buildModeSet": [
  13. {
  14. "name": "debug"
  15. },
  16. {
  17. "name": "release"
  18. }
  19. ],
  20. "signingConfigs": [
  21. {
  22. "name": "default",
  23. "material": {
  24. "certpath": "C:/Users/Administrator/.ohos/config/openharmony/default_ohos-station-web_3PrdxSBaGcCfy9Hg5yBarasQHvqCqV0r5a8yksCRxCU=.cer",
  25. "storePassword": "0000001AD2318F0F8B29F4443C8F5D4FF192CE44AE632F559ED4D59B3E82D3E1481B19A2A8B2CCB9347A",
  26. "keyAlias": "debugKey",
  27. "keyPassword": "0000001A24B7D29C1F84799AD8148067EFEC319517127B4F21D1F4DAD23D96F6336F01C62810465320D4",
  28. "profile": "C:/Users/Administrator/.ohos/config/openharmony/default_ohos-station-web_3PrdxSBaGcCfy9Hg5yBarasQHvqCqV0r5a8yksCRxCU=.p7b",
  29. "signAlg": "SHA256withECDSA",
  30. "storeFile": "C:/Users/Administrator/.ohos/config/openharmony/default_ohos-station-web_3PrdxSBaGcCfy9Hg5yBarasQHvqCqV0r5a8yksCRxCU=.p12"
  31. }
  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. }