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_xf-ohos_X8TOyHb28yqSkBeeCoAe5D77NG67SlqdwI214NdhMP0=.cer",
  25. "storePassword": "0000001B099379D1077D0D21F63B0F354F09A095D0FC7583A8C53EF285F76241509C088A3C0385F6DCB0F8",
  26. "keyAlias": "debugKey",
  27. "keyPassword": "0000001B14013BBCC22566BC6CB95E9BC0B2BEA11851A71EF1DEC364113A80AF935345A223EDA21C9CF8BA",
  28. "profile": "C:/Users/Administrator/.ohos/config/openharmony/default_xf-ohos_X8TOyHb28yqSkBeeCoAe5D77NG67SlqdwI214NdhMP0=.p7b",
  29. "signAlg": "SHA256withECDSA",
  30. "storeFile": "C:/Users/Administrator/.ohos/config/openharmony/default_xf-ohos_X8TOyHb28yqSkBeeCoAe5D77NG67SlqdwI214NdhMP0=.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. }