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