build-profile.json5 1.4 KB

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