• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "compileSdkVersion": 9,
4    "compatibleSdkVersion": 9,
5    "products": [
6      {
7        "name": "default"
8      }
9    ]
10  },
11  "modules": [
12    {
13      "name": "launcher_common",
14      "srcPath": "./common",
15      "targets": [
16        {
17          "name": "default",
18          "applyToProducts": [
19            "default",
20          ],
21        },
22      ],
23    },
24    {
25      "name": "launcher_appcenter",
26      "srcPath": "./feature/appcenter",
27      "targets": [
28        {
29          "name": "default",
30          "applyToProducts": [
31            "default",
32          ],
33        },
34      ],
35    },
36    {
37      "name": "launcher_bigfolder",
38      "srcPath": "./feature/bigfolder",
39      "targets": [
40        {
41          "name": "default",
42          "applyToProducts": [
43            "default",
44          ],
45        },
46      ],
47    },
48    {
49      "name": "launcher_form",
50      "srcPath": "./feature/form",
51      "targets": [
52        {
53          "name": "default",
54          "applyToProducts": [
55            "default",
56          ],
57        },
58      ],
59    },
60    {
61      "name": "launcher_gesturenavigation",
62      "srcPath": "./feature/gesturenavigation",
63      "targets": [
64        {
65          "name": "default",
66          "applyToProducts": [
67            "default",
68          ],
69        },
70      ],
71    },
72    {
73      "name": "launcher_numbadge",
74      "srcPath": "./feature/numbadge",
75      "targets": [
76        {
77          "name": "default",
78          "applyToProducts": [
79            "default",
80          ],
81        },
82      ],
83    },
84    {
85      "name": "launcher_pagedesktop",
86      "srcPath": "./feature/pagedesktop",
87      "targets": [
88        {
89          "name": "default",
90          "applyToProducts": [
91            "default",
92          ],
93        },
94      ],
95    },
96    {
97      "name": "launcher_recents",
98      "srcPath": "./feature/recents",
99      "targets": [
100        {
101          "name": "default",
102          "applyToProducts": [
103            "default",
104          ],
105        },
106      ],
107    },
108    {
109      "name": "launcher_smartDock",
110      "srcPath": "./feature/smartdock",
111      "targets": [
112        {
113          "name": "default",
114          "applyToProducts": [
115            "default",
116          ],
117        },
118      ],
119    },
120    {
121      "name": "phone-launcher",
122      "srcPath": "./product/phone",
123      "targets": [
124        {
125          "name": "default",
126          "applyToProducts": [
127            "default",
128          ],
129        },
130      ],
131    },
132    {
133      "name": "pad-launcher",
134      "srcPath": "./product/pad",
135      "targets": [
136        {
137          "name": "default",
138          "applyToProducts": [
139            "default",
140          ],
141        },
142      ],
143    },
144    {
145      "name": "launcher_settings",
146      "srcPath": "./feature/settings",
147      "targets": [
148        {
149          "name": "default",
150          "applyToProducts": [
151            "default",
152          ],
153        },
154      ],
155    }
156  ],
157}