12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "app": {
- "signingConfigs": [
- {
- "name": "default",
- "type": "HarmonyOS",
- "material": {
- "certpath": "C:\\Users\\xiong\\.ohos\\config\\auto_debug_CloudPC_tech.xiongweixp.cloudpc_350086000117762381.cer",
- "storePassword": "0000001B3A06BCBC4928922581AD991A26FEA2DD4BF2E2288D76FE5612E09150A853390B5A1058CCA85E2A",
- "keyAlias": "debugKey",
- "keyPassword": "0000001BB100C3F3708886B7F17DBB944222A7C6B442608414DA24E6415F5AF50A6D41A8DA93D7628CE258",
- "profile": "C:\\Users\\xiong\\.ohos\\config\\auto_debug_CloudPC_tech.xiongweixp.cloudpc_350086000117762381.p7b",
- "signAlg": "SHA256withECDSA",
- "storeFile": "C:\\Users\\xiong\\.ohos\\config\\auto_debug_CloudPC_tech.xiongweixp.cloudpc_350086000117762381.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"
- ]
- }
- ]
- }
- ]
- }
|