build-profile.json5 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "app": {
  3. "signingConfigs": [
  4. {
  5. "name": "default",
  6. "material": {
  7. "certpath": "C:/Users/67381/.ohos/config/openharmony/default_centralControl_tgnum0HQTLufxwj4IivzQ0Yhicbqh_kDbVWuFrrkLjE=.cer",
  8. "storePassword": "0000001BD857D7F0E7BEAEE48DB7E8AE8FF4252D4C3C2F3463FF872379E74F053C3C02A90723076FA3B81C",
  9. "keyAlias": "debugKey",
  10. "keyPassword": "0000001BE04414936DFF76CFF154E05B0D44411C41BD21833E65A10D67E7A3C7BCABF0BBA48AFC39C364E8",
  11. "profile": "C:/Users/67381/.ohos/config/openharmony/default_centralControl_tgnum0HQTLufxwj4IivzQ0Yhicbqh_kDbVWuFrrkLjE=.p7b",
  12. "signAlg": "SHA256withECDSA",
  13. "storeFile": "C:/Users/67381/.ohos/config/openharmony/default_centralControl_tgnum0HQTLufxwj4IivzQ0Yhicbqh_kDbVWuFrrkLjE=.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. }