• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright (c) 2024 Huawei Device Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 *     http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16{
17  "app": {
18    "signingConfigs": [],
19    "products": [
20      {
21        "name": "default",
22        "signingConfig": "default",
23        "compileSdkVersion": 11,
24        "compatibleSdkVersion": 11,
25        "targetSdkVersion": 11
26      }
27    ],
28    "buildModeSet": [
29      {
30        "name": "debug"
31      },
32      {
33        "name": "release"
34      }
35    ]
36  },
37  "modules": [
38    {
39      "name": "entry",
40      "srcPath": "./product/phone/entry",
41      "targets": [
42        {
43          "name": "default",
44          "applyToProducts": [
45            "default"
46          ]
47        }
48      ]
49    },
50    {
51      "name": "HiDumper",
52      "srcPath": "./feature/hiDumper"
53    },
54    {
55      "name": "staticImport",
56      "srcPath": "./feature/staticImport"
57    },
58    {
59      "name": "dynamicImport",
60      "srcPath": "./feature/dynamicImport"
61    },
62    {
63      "name": "ifOrVisibility",
64      "srcPath": "./feature/ifOrVisibility"
65    },
66    {
67      "name": "smartPerfHost",
68      "srcPath": "./feature/smartPerfHost"
69    },
70    {
71      "name": "grid",
72      "srcPath": "./feature/grid"
73    },
74    {
75      "name": "smartPerfEditor",
76      "srcPath": "./feature/smartPerfEditor"
77    },
78    {
79      "name": "trace",
80      "srcPath": "./feature/trace"
81    },
82    {
83      "name": "backgroundTask",
84      "srcPath": "./feature/backgroundTask"
85    },
86    {
87      "name": "DFXStateManagement",
88      "srcPath": "./feature/DFXStateManagement"
89    },
90    {
91      "name": "memoryShared",
92      "srcPath": "./feature/memoryShared",
93      "targets": [
94        {
95          "name": "default",
96          "applyToProducts": [
97            "default"
98          ]
99        }
100      ]
101    },
102    {
103      "name": "ThreadDataTransfer",
104      "srcPath": "./feature/ThreadDataTransfer"
105    },
106    {
107      "name": "WaterFlow",
108      "srcPath": "./feature/WaterFlow"
109    },
110    {
111      "name": "nativeThreadsCallJS",
112      "srcPath": "./feature/nativeThreadsCallJS"
113    },
114    {
115      "name": "ThreadCommunication",
116      "srcPath": "./feature/ThreadCommunication"
117    },
118    {
119      "name": "webPerformance",
120      "srcPath": "./feature/webPerformance"
121    }
122  ]
123}