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