1{ 2 "app": { 3 "compileSdkVersion": 9, 4 "compatibleSdkVersion": 9, 5 "products": [ 6 { 7 "name": "default", 8 "signingConfig": "release" 9 } 10 ] 11 }, 12 "modules": [ 13 { 14 "name": "phone_entry", 15 "srcPath": "./entry/phone", 16 "targets": [ 17 { 18 "name": "default", 19 }, 20 ], 21 }, 22 { 23 "name": "pc_entry", 24 "srcPath": "./entry/pc", 25 "targets": [ 26 { 27 "name": "default" 28 }, 29 ], 30 }, 31 { 32 "name": "default_navigationBar", 33 "srcPath": "./product/default/navigationBar", 34 "targets": [ 35 { 36 "name": "default" 37 }, 38 ], 39 }, 40 { 41 "name": "default_notificationmanagement", 42 "srcPath": "./product/default/notificationmanagement", 43 "targets": [ 44 { 45 "name": "default" 46 }, 47 ], 48 }, 49 { 50 "name": "default_volumepanel", 51 "srcPath": "./product/default/volumepanel", 52 "targets": [ 53 { 54 "name": "default" 55 }, 56 ], 57 }, 58 { 59 "name": "pc_controlpanel", 60 "srcPath": "./product/pc/controlpanel", 61 "targets": [ 62 { 63 "name": "default" 64 }, 65 ], 66 }, 67 { 68 "name": "pc_notificationpanel", 69 "srcPath": "./product/pc/notificationpanel", 70 "targets": [ 71 { 72 "name": "default" 73 }, 74 ], 75 }, 76 { 77 "name": "pc_statusbar", 78 "srcPath": "./product/pc/statusbar", 79 "targets": [ 80 { 81 "name": "default" 82 }, 83 ], 84 }, 85 { 86 "name": "phone_dropdownpanel", 87 "srcPath": "./product/phone/dropdownpanel", 88 "targets": [ 89 { 90 "name": "default" 91 }, 92 ], 93 }, 94 { 95 "name": "phone_statusbar", 96 "srcPath": "./product/phone/statusbar", 97 "targets": [ 98 { 99 "name": "default" 100 }, 101 ], 102 }, 103 { 104 "name": "common", 105 "srcPath": "./common", 106 "targets": [ 107 { 108 "name": "default" 109 }, 110 ], 111 }, 112 { 113 "name": "airplanecomponent", 114 "srcPath": "./features/airplanecomponent", 115 }, 116 { 117 "name": "autorotatecomponent", 118 "srcPath": "./features/autorotatecomponent", 119 }, 120 { 121 "name": "batterycomponent", 122 "srcPath": "./features/batterycomponent", 123 }, 124 { 125 "name": "bluetoothcomponent", 126 "srcPath": "./features/bluetoothcomponent", 127 }, 128 { 129 "name": "brightnesscomponent", 130 "srcPath": "./features/brightnesscomponent", 131 }, 132 { 133 "name": "capsulecomponent", 134 "srcPath": "./features/capsulecomponent", 135 }, 136 { 137 "name": "clockcomponent", 138 "srcPath": "./features/clockcomponent", 139 }, 140 { 141 "name": "controlcentercomponent", 142 "srcPath": "./features/controlcentercomponent", 143 }, 144 { 145 "name": "locationcomponent", 146 "srcPath": "./features/locationcomponent", 147 }, 148 { 149 "name": "managementcomponent", 150 "srcPath": "./features/managementcomponent", 151 }, 152 { 153 "name": "navigationservice", 154 "srcPath": "./features/navigationservice", 155 }, 156 { 157 "name": "nfccomponent", 158 "srcPath": "./features/nfccomponent", 159 }, 160 { 161 "name": "noticeitem", 162 "srcPath": "./features/noticeitem", 163 }, 164 { 165 "name": "ringmodecomponent", 166 "srcPath": "./features/ringmodecomponent", 167 }, 168 { 169 "name": "signalcomponent", 170 "srcPath": "./features/signalcomponent", 171 }, 172 { 173 "name": "statusbarcomponent", 174 "srcPath": "./features/statusbarcomponent", 175 }, 176 { 177 "name": "volumecomponent", 178 "srcPath": "./features/volumecomponent", 179 }, 180 { 181 "name": "volumepanelcomponent", 182 "srcPath": "./features/volumepanelcomponent", 183 }, 184 { 185 "name": "wificomponent", 186 "srcPath": "./features/wificomponent", 187 } 188 ], 189}