1 Star 0 Fork 932

yangkan / build

forked from OpenHarmony / build 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
yisi 提交于 2023-10-18 10:23 . update bundle.json.
{
"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": [],
"third_party": [
"musl",
"markupsafe",
"jinja2",
"e2fsprogs",
"f2fs-tools"
]
},
"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": []
}
},
{
"name": "//build/rust:libtest.dylib.so",
"header": {
"header_files": [],
"header_base": []
}
}
],
"test": [
"//build/rust/tests:tests"
]
}
}
}
1
https://gitee.com/yangkan007/build.git
git@gitee.com:yangkan007/build.git
yangkan007
build
build
master

搜索帮助