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