12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "app": {
- "signingConfigs": [
- {
- "name": "default",
- "material": {
- "certpath": "C:/Users/Administrator/.ohos/config/openharmony/default_ohos-web_7r9bg_kCVCLkB8b9LmoIUU-odpbhDZZyXDsJXLnYcFA=.cer",
- "storePassword": "0000001B08BB632513EA76ABF287B8A2D6626D82DBF69759F53B3DA9947158568C50855C87D53197603A72",
- "keyAlias": "debugKey",
- "keyPassword": "0000001B87C6566E2E1473CD54DA458F84EABDF5F14F7A3663C5D45EBEBE95BF73CFEFCC31E1067024CD03",
- "profile": "C:/Users/Administrator/.ohos/config/openharmony/default_ohos-web_7r9bg_kCVCLkB8b9LmoIUU-odpbhDZZyXDsJXLnYcFA=.p7b",
- "signAlg": "SHA256withECDSA",
- "storeFile": "C:/Users/Administrator/.ohos/config/openharmony/default_ohos-web_7r9bg_kCVCLkB8b9LmoIUU-odpbhDZZyXDsJXLnYcFA=.p12"
- }
- }
- ],
- "products": [
- {
- "name": "default",
- "signingConfig": "default",
- "compileSdkVersion": 10,
- "compatibleSdkVersion": 10,
- "runtimeOS": "OpenHarmony",
- }
- ],
- "buildModeSet": [
- {
- "name": "debug",
- },
- {
- "name": "release"
- }
- ]
- },
- "modules": [
- {
- "name": "entry",
- "srcPath": "./entry",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- }
- ]
- }
|