| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "app": {
- "signingConfigs": [],
- "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": "./commans/utils",
- },
- {
- "name": "uicomponents",
- "srcPath": "./commans/uicomponents",
- }
- ]
- }
|