| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- {
- "app": {
- "signingConfigs": [
- {
- "name": "default",
- "type": "HarmonyOS",
- "material": {
- "certpath": "C:\\Users\\wangm\\.ohos\\config\\default_xdz_harmonyos_09Z9I3wzBdrKzXSdCAMOjsRDnga0R4xcM4slZiqsz_w=.cer",
- "keyAlias": "debugKey",
- "keyPassword": "0000001A91D66CC6009B03BFA3D5B3FC7EEF5E2AC990B0022F2CFE22ED94588C64090FE09A17D01920F8",
- "profile": "C:\\Users\\wangm\\.ohos\\config\\default_xdz_harmonyos_09Z9I3wzBdrKzXSdCAMOjsRDnga0R4xcM4slZiqsz_w=.p7b",
- "signAlg": "SHA256withECDSA",
- "storeFile": "C:\\Users\\wangm\\.ohos\\config\\default_xdz_harmonyos_09Z9I3wzBdrKzXSdCAMOjsRDnga0R4xcM4slZiqsz_w=.p12",
- "storePassword": "0000001AD5C2EBE2F4118E249B4B4A94F7C37225B6BD958B6611E3F44788A524B061DE2BBE02747F027E"
- }
- }
- ],
- "products": [
- {
- "name": "default",
- "signingConfig": "default",
- "targetSdkVersion": "5.0.0(12)",
- "compatibleSdkVersion": "5.0.0(12)",
- "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"
- ]
- }
- ]
- },
- {
- "name": "capability_wifi",
- "srcPath": "./capability-wifi",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- },
- {
- "name": "capability_dashcam",
- "srcPath": "./capability-dashcam",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- }
- ]
- }
|