1 Star 0 Fork 964

maliang / build

forked from OpenHarmony / build 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 2.01 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@ohos/build_framework",
"description": "build framework",
"version": "4.0.2",
"license": "Apache License 2.0",
"homePage":"https://gitee.com/openharmony",
"repository":"https://gitee.com/openharmony/build",
"supplier": "Organization: OpenHarmony",
"publishAs": "code-segment",
"segment": {
"destPath": "build"
},
"readmePath":{
"zh": "README_zh.md"
},
"dirs": {},
"scripts": {
"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"
},
"component": {
"name": "build_framework",
"description": "build_framework component set",
"subsystem": "build",
"features": [],
"adapted_system_type": [
"standard",
"small",
"mini"
],
"rom": "0KB",
"ram": "0KB",
"deps": {
"components": [
"ace_engine",
"cJSON",
"c_utils",
"device_security_level",
"eventhandler",
"hdf_core",
"hilog",
"hilog_lite",
"hiview",
"huks",
"init",
"napi",
"ipc",
"rockchip_products",
"selinux",
"selinux_adapter"
],
"third_party": [
"libuv",
"lz4",
"libusb",
"bounds_checking_function",
"e2fsprogs",
"f2fs-tools",
"googletest",
"jinja2",
"jsoncpp",
"libcoap",
"libdrm",
"musl",
"markupsafe",
"mbedtls",
"openssl",
"samgr_lite"
]
},
"build": {
"sub_component": [
"//build/common:common_packages",
"//build/rust:default",
"//third_party/f2fs-tools:f2fs-tools_host_toolchain"
],
"inner_api": [
{
"name": "//build/rust:libstd.dylib.so",
"header": {
"header_base": [],
"header_files": []
}
}
],
"test": [
"//build/rust/tests:tests"
]
}
}
}
1
https://gitee.com/m30058418/build.git
git@gitee.com:m30058418/build.git
m30058418
build
build
master

搜索帮助