build-profile.json5 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "app": {
  3. "signingConfigs": [
  4. {
  5. "name": "default",
  6. "type": "HarmonyOS",
  7. "material": {
  8. "certpath": "C:\\Users\\6\\.ohos\\config\\auto_debug_WonderfulDemo_com.example.wonderfulDemo_2850086000417214609.cer",
  9. "storePassword": "0000001BCCC19140423F20A0B0F953562A615491EB521DA23FFBA6A9B929BD546E321E4DC0B70CBC1CB848",
  10. "keyAlias": "debugKey",
  11. "keyPassword": "0000001B626241D0A45ABABB7EDE8C6D9B63689AF5298D37C13499D5F25B0009C3BDC4ABC2B2E387B996D4",
  12. "profile": "C:\\Users\\6\\.ohos\\config\\auto_debug_WonderfulDemo_com.example.wonderfulDemo_2850086000417214609.p7b",
  13. "signAlg": "SHA256withECDSA",
  14. "storeFile": "C:\\Users\\6\\.ohos\\config\\auto_debug_WonderfulDemo_com.example.wonderfulDemo_2850086000417214609.p12"
  15. }
  16. }
  17. ],
  18. "compileSdkVersion": 9,
  19. "compatibleSdkVersion": 9,
  20. "products": [
  21. {
  22. "name": "default",
  23. "signingConfig": "default",
  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. }