• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/build_framework",
3  "description": "build framework",
4  "version": "4.0.2",
5  "license": "Apache License 2.0",
6  "homePage":"https://gitee.com/openharmony",
7  "repository":"https://gitee.com/openharmony/build",
8  "supplier": "Organization: OpenHarmony",
9  "publishAs": "code-segment",
10  "segment": {
11      "destPath": "build"
12  },
13 "readmePath":{
14      "zh": "README_zh.md"
15 },
16 "dirs": {},
17 "scripts": {
18      "install": "cd ${DEP_BUNDLE_BASE} && ln -snf build/build_scripts/build.py build.py && ln -snf build/build_scripts/build.sh build.sh && ln -snf build/core/gn/dotfile.gn .gn"
19 },
20  "component": {
21    "name": "build_framework",
22    "description": "build_framework component set",
23    "subsystem": "build",
24    "features": [],
25    "adapted_system_type": [
26      "standard",
27      "small",
28      "mini"
29    ],
30    "rom": "0KB",
31    "ram": "0KB",
32    "deps": {
33      "components": [
34        "ace_engine",
35        "cJSON",
36        "c_utils",
37        "device_security_level",
38        "eventhandler",
39        "hdf_core",
40        "hilog",
41        "hilog_lite",
42        "hiview",
43        "huks",
44        "init",
45        "napi",
46        "ipc",
47        "rockchip_products",
48        "selinux",
49        "selinux_adapter",
50        "libffi"
51      ],
52      "third_party": [
53        "bounds_checking_function",
54        "e2fsprogs",
55        "f2fs-tools",
56        "googletest",
57        "jinja2",
58        "jsoncpp",
59        "libcoap",
60        "libdrm",
61        "musl",
62        "markupsafe",
63        "mbedtls",
64        "openssl",
65        "samgr_lite"
66      ]
67    },
68    "build": {
69      "sub_component": [
70        "//build/common:common_packages",
71        "//build/rust:default",
72        "//third_party/f2fs-tools:f2fs-tools_host_toolchain"
73      ],
74      "inner_api": [
75        {
76          "name": "//build/rust:libstd.dylib.so",
77          "header": {
78            "header_base": [],
79            "header_files": []
80          }
81        },
82	{
83          "name": "//build/rust:libtest.dylib.so"
84        }
85      ],
86      "test": [
87        "//build/rust/tests:tests"
88      ]
89    }
90  }
91}
92