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/cjbll/.ohos/config/openharmony/default_common-station-web_RjeHrjh9AQjRCeMQeLAaz553iKzjsb9y48IsCPLaHI4=.cer",
  25. "storePassword": "0000001B007AF605BC49A8B5F50C4BB43CF52785E84D6C844987808974046C45E5F5713240387A132CBEB3",
  26. "keyAlias": "debugKey",
  27. "keyPassword": "0000001BE31ED14F078D24834DBAE7C57C1820C41158517DAFBDF576ECAA6AADD3EE905FF16A7E708AB130",
  28. "profile": "C:/Users/cjbll/.ohos/config/openharmony/default_common-station-web_RjeHrjh9AQjRCeMQeLAaz553iKzjsb9y48IsCPLaHI4=.p7b",
  29. "signAlg": "SHA256withECDSA",
  30. "storeFile": "C:/Users/cjbll/.ohos/config/openharmony/default_common-station-web_RjeHrjh9AQjRCeMQeLAaz553iKzjsb9y48IsCPLaHI4=.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. }