1{ 2 "app": { 3 "products": [ 4 { 5 "name": "default", 6 "signingConfig": "release", 7 "compileSdkVersion": 10, 8 "compatibleSdkVersion": 9 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": "default_dialog", 60 "srcPath": "./product/default/dialog", 61 "targets": [ 62 { 63 "name": "default" 64 }, 65 ], 66 }, 67 { 68 "name": "pc_controlpanel", 69 "srcPath": "./product/pc/controlpanel", 70 "targets": [ 71 { 72 "name": "default" 73 }, 74 ], 75 }, 76 { 77 "name": "pc_notificationpanel", 78 "srcPath": "./product/pc/notificationpanel", 79 "targets": [ 80 { 81 "name": "default" 82 }, 83 ], 84 }, 85 { 86 "name": "pc_statusbar", 87 "srcPath": "./product/pc/statusbar", 88 "targets": [ 89 { 90 "name": "default" 91 }, 92 ], 93 }, 94 { 95 "name": "phone_dropdownpanel", 96 "srcPath": "./product/phone/dropdownpanel", 97 "targets": [ 98 { 99 "name": "default" 100 }, 101 ], 102 }, 103 { 104 "name": "phone_statusbar", 105 "srcPath": "./product/phone/statusbar", 106 "targets": [ 107 { 108 "name": "default" 109 }, 110 ], 111 }, 112 { 113 "name": "common", 114 "srcPath": "./common", 115 "targets": [ 116 { 117 "name": "default" 118 }, 119 ], 120 }, 121 { 122 "name": "airplanecomponent", 123 "srcPath": "./features/airplanecomponent", 124 }, 125 { 126 "name": "autorotatecomponent", 127 "srcPath": "./features/autorotatecomponent", 128 }, 129 { 130 "name": "batterycomponent", 131 "srcPath": "./features/batterycomponent", 132 }, 133 { 134 "name": "bluetoothcomponent", 135 "srcPath": "./features/bluetoothcomponent", 136 }, 137 { 138 "name": "brightnesscomponent", 139 "srcPath": "./features/brightnesscomponent", 140 }, 141 { 142 "name": "capsulecomponent", 143 "srcPath": "./features/capsulecomponent", 144 }, 145 { 146 "name": "clockcomponent", 147 "srcPath": "./features/clockcomponent", 148 }, 149 { 150 "name": "controlcentercomponent", 151 "srcPath": "./features/controlcentercomponent", 152 }, 153 { 154 "name": "locationcomponent", 155 "srcPath": "./features/locationcomponent", 156 }, 157 { 158 "name": "managementcomponent", 159 "srcPath": "./features/managementcomponent", 160 }, 161 { 162 "name": "navigationservice", 163 "srcPath": "./features/navigationservice", 164 }, 165 { 166 "name": "nfccomponent", 167 "srcPath": "./features/nfccomponent", 168 }, 169 { 170 "name": "noticeitem", 171 "srcPath": "./features/noticeitem", 172 }, 173 { 174 "name": "ringmodecomponent", 175 "srcPath": "./features/ringmodecomponent", 176 }, 177 { 178 "name": "signalcomponent", 179 "srcPath": "./features/signalcomponent", 180 }, 181 { 182 "name": "statusbarcomponent", 183 "srcPath": "./features/statusbarcomponent", 184 }, 185 { 186 "name": "volumecomponent", 187 "srcPath": "./features/volumecomponent", 188 }, 189 { 190 "name": "volumepanelcomponent", 191 "srcPath": "./features/volumepanelcomponent", 192 }, 193 { 194 "name": "wificomponent", 195 "srcPath": "./features/wificomponent", 196 } 197 ], 198}