• 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      "components": [
13        "hisysevent",
14        "bounds_checking_function",
15        "config_policy"
16      ],
17      "third_party": [
18        "icu",
19        "zlib",
20        "openssl"
21      ]
22    },
23    "build": {
24      "sub_component": [
25        "//build/common:common_packages",
26        "//build/rust:default",
27        "//third_party/f2fs-tools:f2fs-tools_host_toolchain"
28      ],
29      "inner_api": [
30        {
31          "name": "//build/rust:libstd.dylib.so",
32          "header": {
33            "header_base": [],
34            "header_files": []
35          }
36        },
37        {
38          "name": "//build/rust:libtest.dylib.so",
39          "header": {
40            "header_files": [],
41            "header_base": []
42          }
43        }
44      ],
45      "test": [
46        "//build/rust/tests:tests"
47      ]
48    }
49  }
50}