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_common-station-web_RjeHrjh9AQjRCeMQeLAaz553iKzjsb9y48IsCPLaHI4=.cer",
- "storePassword": "0000001B007AF605BC49A8B5F50C4BB43CF52785E84D6C844987808974046C45E5F5713240387A132CBEB3",
- "keyAlias": "debugKey",
- "keyPassword": "0000001BE31ED14F078D24834DBAE7C57C1820C41158517DAFBDF576ECAA6AADD3EE905FF16A7E708AB130",
- "profile": "C:/Users/cjbll/.ohos/config/openharmony/default_common-station-web_RjeHrjh9AQjRCeMQeLAaz553iKzjsb9y48IsCPLaHI4=.p7b",
- "signAlg": "SHA256withECDSA",
- "storeFile": "C:/Users/cjbll/.ohos/config/openharmony/default_common-station-web_RjeHrjh9AQjRCeMQeLAaz553iKzjsb9y48IsCPLaHI4=.p12"
- }
- }
- ]
- },
- "modules": [
- {
- "name": "entry",
- "srcPath": "./entry",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- }
- ]
- }
|