12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "app": {
- "signingConfigs": [
- {
- "name": "default",
- "type": "HarmonyOS",
- "material": {
- "certpath": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_WonderfulDemo_com.example.wonderfulDemo_80086000143711705.cer",
- "storePassword": "0000001A9E07D559431AC452C0A963C3436574654FFAAC393DA1E705ADB1A945CCF72F93D4DBE9A5A863",
- "keyAlias": "debugKey",
- "keyPassword": "0000001A850680193913A61A89FA25BE1274A097179A0813D22ADD76497AA9DB8448C8A4226E37166B9B",
- "profile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_WonderfulDemo_com.example.wonderfulDemo_80086000143711705.p7b",
- "signAlg": "SHA256withECDSA",
- "storeFile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_WonderfulDemo_com.example.wonderfulDemo_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"
- ]
- }
- ]
- }
- ]
- }
|