| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- {
- "app": {
- "signingConfigs": [
- {
- "name": "default",
- "type": "HarmonyOS",
- "material": {
- "certpath": "/Users/Zhuanz/.ohos/config/default_xdz_harmonyos_jZFehHJzNrGqakNEAMUxlW8I1FRp2PB5-LbDEsJxfxs=.cer",
- "keyAlias": "debugKey",
- "keyPassword": "0000001BB6238A05D86EA280B8370E117DB08327AC0ECCCEDA1EB677B27BEF0B79F6254D11EBAB02077C74",
- "profile": "/Users/Zhuanz/.ohos/config/default_xdz_harmonyos_jZFehHJzNrGqakNEAMUxlW8I1FRp2PB5-LbDEsJxfxs=.p7b",
- "signAlg": "SHA256withECDSA",
- "storeFile": "/Users/Zhuanz/.ohos/config/default_xdz_harmonyos_jZFehHJzNrGqakNEAMUxlW8I1FRp2PB5-LbDEsJxfxs=.p12",
- "storePassword": "0000001B3CF203584597C7690A705664A9EEFC3BFFBC477632C20FFE4702EC1510CD38B9156DB735AE1D84"
- }
- }
- ],
- "products": [
- {
- "name": "default",
- "signingConfig": "default",
- "targetSdkVersion": "6.0.1(21)",
- "compatibleSdkVersion": "6.0.1(21)",
- "runtimeOS": "HarmonyOS",
- "buildOption": {
- "strictMode": {
- "caseSensitiveCheck": true,
- "useNormalizedOHMUrl": true
- }
- }
- }
- ],
- "buildModeSet": [
- {
- "name": "debug",
- },
- {
- "name": "release"
- }
- ]
- },
- "modules": [
- {
- "name": "entry",
- "srcPath": "./entry",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- },
- {
- "name": "base_core",
- "srcPath": "./base-core",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- },
- {
- "name": "base_common",
- "srcPath": "./base-common",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- },
- {
- "name": "capability_socketio",
- "srcPath": "./capability-socketio",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- },
- {
- "name": "capability_push",
- "srcPath": "./capability-push",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- },
- {
- "name": "capability_share",
- "srcPath": "./capability-share",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- },
- {
- "name": "capability_qrcode",
- "srcPath": "./capability-qrcode",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- },
- {
- "name": "capability_nfc",
- "srcPath": "./capability-nfc",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- },
- {
- "name": "capability_ble",
- "srcPath": "./capability-ble",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- }
- ]
- }
|