12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "app": {
- "signingConfigs": [
- {
- "name": "default",
- "material": {
- "certpath": "C:/Users/hjzx2/.ohos/config/openharmony/default_HJ_openHarmony_wms_6LSsbSXu9-Bq6Rc32LRcP_9tpSBQOaTwbid7WSbZjJ4=.cer",
- "storePassword": "0000001BAC1B49306D753EB58F093BD20E79FCF96B0B253F19B01C6A867BBADFC36C8D06910F1CA9C0D7A6",
- "keyAlias": "debugKey",
- "keyPassword": "0000001BD8698B51BE1CDFE079D5BF51BA9A4081483DBC78BBA373F2D18D808237016992822066C1BBD88F",
- "profile": "C:/Users/hjzx2/.ohos/config/openharmony/default_HJ_openHarmony_wms_6LSsbSXu9-Bq6Rc32LRcP_9tpSBQOaTwbid7WSbZjJ4=.p7b",
- "signAlg": "SHA256withECDSA",
- "storeFile": "C:/Users/hjzx2/.ohos/config/openharmony/default_HJ_openHarmony_wms_6LSsbSXu9-Bq6Rc32LRcP_9tpSBQOaTwbid7WSbZjJ4=.p12"
- }
- }
- ],
- "products": [
- {
- "name": "default",
- "signingConfig": "default",
- "compileSdkVersion": 10,
- "compatibleSdkVersion": 10,
- "runtimeOS": "OpenHarmony"
- }
- ],
- "buildModeSet": [
- {
- "name": "debug",
- },
- {
- "name": "release"
- }
- ]
- },
- "modules": [
- {
- "name": "entry",
- "srcPath": "./entry",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- }
- ]
- }
|