| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "app": {
- "signingConfigs": [
- {
- "name": "default",
- "type": "HarmonyOS",
- "material": {
- "certpath": "C:\\Users\\Administrator\\.ohos\\config\\default_QuickStart_LJXtieXHEAEw6XdSIp7eNmaJemggqghwREmZyiLnAKY=.cer",
- "keyAlias": "debugKey",
- "keyPassword": "0000001BB6F620D88CDB83C6CED96B878A3DD522723BC60F3D862FCBAEB444A3C63CE28E149EA504844304",
- "profile": "C:\\Users\\Administrator\\.ohos\\config\\default_QuickStart_LJXtieXHEAEw6XdSIp7eNmaJemggqghwREmZyiLnAKY=.p7b",
- "signAlg": "SHA256withECDSA",
- "storeFile": "C:\\Users\\Administrator\\.ohos\\config\\default_QuickStart_LJXtieXHEAEw6XdSIp7eNmaJemggqghwREmZyiLnAKY=.p12",
- "storePassword": "0000001BC284FE9DA3F622D0718464B5165A139704D070FE958C059C15A9A9CC33FAF01120914C510369FE"
- }
- }
- ],
- "products": [
- {
- "name": "default",
- "signingConfig": "default",
- "targetSdkVersion": "5.1.0(18)",
- "compatibleSdkVersion": "5.0.5(17)",
- "runtimeOS": "HarmonyOS",
- "buildOption": {
- "strictMode": {
- "caseSensitiveCheck": true,
- "useNormalizedOHMUrl": true
- }
- }
- }
- ],
- "buildModeSet": [
- {
- "name": "debug",
- },
- {
- "name": "release"
- }
- ]
- },
- "modules": [
- {
- "name": "default",
- "srcPath": "./products/default",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- },
- {
- "name": "quickstart",
- "srcPath": "./features/quickstart"
- },
- {
- "name": "map",
- "srcPath": "./features/map"
- },
- {
- "name": "learning",
- "srcPath": "./features/learning"
- },
- {
- "name": "utils",
- "srcPath": "./commons/utils"
- },
- {
- "name": "uicomponents",
- "srcPath": "./commons/uicomponents"
- }
- ]
- }
|