• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "component": {
3    "name": "common",
4    "description": "common component set",
5    "subsystem": "common",
6    "features": [
7      "common_feature_verify"
8    ],
9    "rom": "",
10    "ram": "",
11    "deps": {},
12    "build": {
13      "sub_component": [
14        "//build/common:common_packages",
15        "//build/rust:default",
16        "//third_party/f2fs-tools:f2fs-tools_host_toolchain"
17      ],
18      "inner_api": [
19        {
20          "name": "//build/rust:libstd.dylib.so",
21          "header": {
22            "header_base": [],
23            "header_files": []
24          }
25        },
26        {
27          "name": "//build/rust:libtest.dylib.so",
28          "header": {
29            "header_files": [],
30            "header_base": []
31          }
32        }
33      ],
34      "test": [
35        "//build/rust/tests:tests"
36      ]
37    }
38  }
39}