1{ 2 "app": { 3 "products": [ 4 { 5 "name": "default", 6 "signingConfig": "release", 7 "compileSdkVersion": 20, 8 "compatibleSdkVersion": 20, 9 "targetSdkVersion": 20, 10 "runtimeOS": "OpenHarmony" 11 } 12 ] 13 }, 14 "modules": [ 15 { 16 "name": "phone", 17 "srcPath": "./product/phone", 18 "targets": [ 19 { 20 "name": "default", 21 "applyToProducts": [ 22 "default" 23 ] 24 } 25 ] 26 }, 27 // { 28 // "name": "wearable", 29 // "srcPath": "./product/wearable", 30 // "targets": [ 31 // { 32 // "name": "default", 33 // "applyToProducts": [ 34 // "default" 35 // ] 36 // } 37 // ] 38 // }, 39 { 40 "name": "component", 41 "srcPath": "./common/component", 42 "targets": [ 43 { 44 "name": "default", 45 "applyToProducts": [ 46 "default" 47 ] 48 } 49 ] 50 }, 51 { 52 "name": "search", 53 "srcPath": "./common/search", 54 "targets": [ 55 { 56 "name": "default", 57 "applyToProducts": [ 58 "default" 59 ] 60 } 61 ] 62 }, 63 { 64 "name": "settingsBase", 65 "srcPath": "./common/settingsBase", 66 "targets": [ 67 { 68 "name": "default", 69 "applyToProducts": [ 70 "default" 71 ] 72 } 73 ] 74 }, 75 { 76 "name": "utils", 77 "srcPath": "./common/utils", 78 "targets": [ 79 { 80 "name": "default", 81 "applyToProducts": [ 82 "default" 83 ] 84 } 85 ] 86 } 87 ] 88} 89