12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "app": {
- "signingConfigs": [
- {
- "name": "default",
- "type": "HarmonyOS",
- "material": {
- "certpath": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_PresentationDemo_com.example.presentationdemo_80086000143711705.cer",
- "storePassword": "0000001B3F97189751A1C42CD93BC0F1046B4E7EC077A114CA80BAE784878BC60AFD76B7A4356E169EFDF7",
- "keyAlias": "debugKey",
- "keyPassword": "0000001B05BC1E0531A45069934F2F1D9A986351B30D4679A0B35B54331EC6EB3A8B9D23624B539F4F75D8",
- "profile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_PresentationDemo_com.example.presentationdemo_80086000143711705.p7b",
- "signAlg": "SHA256withECDSA",
- "storeFile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_PresentationDemo_com.example.presentationdemo_80086000143711705.p12"
- }
- }
- ],
- "compileSdkVersion": 9,
- "compatibleSdkVersion": 9,
- "products": [
- {
- "name": "default",
- "signingConfig": "default",
- }
- ],
- "buildModeSet": [
- {
- "name": "debug",
- },
- {
- "name": "release"
- }
- ]
- },
- "modules": [
- {
- "name": "entry",
- "srcPath": "./entry",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- }
- ]
- }
|