12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "app": {
- "products": [
- {
- "name": "default",
- "signingConfig": "default",
- "compileSdkVersion": 10,
- "compatibleSdkVersion": 10,
- "runtimeOS": "OpenHarmony"
- }
- ],
- "buildModeSet": [
- {
- "name": "debug"
- },
- {
- "name": "release"
- }
- ],
- "signingConfigs": [
- {
- "name": "default",
- "material": {
- "certpath": "C:/Users/cjbll/.ohos/config/openharmony/default_xf-ohos_x23f0g9jnspFcgyw62rqKHpGGcLK8bjpWxdxO-3UJug=.cer",
- "storePassword": "0000001BA267479DF60CB52D3C11F59AC9CEB6129C2F1C93AF64051F1E3BB6B9F117BCA0984A407D9F3C79",
- "keyAlias": "debugKey",
- "keyPassword": "0000001B16DAF6D636FA234408F00A80E77923FF7BABD6D2DED8EDBDCDF616E0F6467896FED1767EFA4A8E",
- "profile": "C:/Users/cjbll/.ohos/config/openharmony/default_xf-ohos_x23f0g9jnspFcgyw62rqKHpGGcLK8bjpWxdxO-3UJug=.p7b",
- "signAlg": "SHA256withECDSA",
- "storeFile": "C:/Users/cjbll/.ohos/config/openharmony/default_xf-ohos_x23f0g9jnspFcgyw62rqKHpGGcLK8bjpWxdxO-3UJug=.p12"
- }
- }
- ]
- },
- "modules": [
- {
- "name": "entry",
- "srcPath": "./entry",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- }
- ]
- }
|