12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "app": {
- "signingConfigs": [
- {
- "name": "default",
- "material": {
- "certpath": "C:/Users/67381/.ohos/config/openharmony/default_centralControl_tgnum0HQTLufxwj4IivzQ0Yhicbqh_kDbVWuFrrkLjE=.cer",
- "storePassword": "0000001BD857D7F0E7BEAEE48DB7E8AE8FF4252D4C3C2F3463FF872379E74F053C3C02A90723076FA3B81C",
- "keyAlias": "debugKey",
- "keyPassword": "0000001BE04414936DFF76CFF154E05B0D44411C41BD21833E65A10D67E7A3C7BCABF0BBA48AFC39C364E8",
- "profile": "C:/Users/67381/.ohos/config/openharmony/default_centralControl_tgnum0HQTLufxwj4IivzQ0Yhicbqh_kDbVWuFrrkLjE=.p7b",
- "signAlg": "SHA256withECDSA",
- "storeFile": "C:/Users/67381/.ohos/config/openharmony/default_centralControl_tgnum0HQTLufxwj4IivzQ0Yhicbqh_kDbVWuFrrkLjE=.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"
- ]
- }
- ]
- }
- ]
- }
|