build-profile.json5 1.3 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_xf-ohos_x23f0g9jnspFcgyw62rqKHpGGcLK8bjpWxdxO-3UJug=.cer",
  25. "storePassword": "0000001BA267479DF60CB52D3C11F59AC9CEB6129C2F1C93AF64051F1E3BB6B9F117BCA0984A407D9F3C79",
  26. "keyAlias": "debugKey",
  27. "keyPassword": "0000001B16DAF6D636FA234408F00A80E77923FF7BABD6D2DED8EDBDCDF616E0F6467896FED1767EFA4A8E",
  28. "profile": "C:/Users/cjbll/.ohos/config/openharmony/default_xf-ohos_x23f0g9jnspFcgyw62rqKHpGGcLK8bjpWxdxO-3UJug=.p7b",
  29. "signAlg": "SHA256withECDSA",
  30. "storeFile": "C:/Users/cjbll/.ohos/config/openharmony/default_xf-ohos_x23f0g9jnspFcgyw62rqKHpGGcLK8bjpWxdxO-3UJug=.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. }