| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "app": {
- "signingConfigs": [],
- "products": [
- {
- "name": "default",
- "signingConfig": "default",
- "targetSdkVersion": "5.1.1(19)",
- "compatibleSdkVersion": "5.1.1(19)",
- "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": "Hello",
- "srcPath": "./features/Hello",
- },
- {
- "name": "utils",
- "srcPath": "./commoms/utils"
- },
- {
- "name": "uicomponents",
- "srcPath": "./commoms/uicomponents",
- },
- {
- "name": "SignIn",
- "srcPath": "./features/SignIn",
- },
- {
- "name": "Home",
- "srcPath": "./features/Home",
- },
- {
- "name": "User",
- "srcPath": "./features/User",
- },
- {
- "name": "Authentication",
- "srcPath": "./features/Authentication",
- }
- ]
- }
|