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