加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
shilong 提交于 2024-06-03 07:01 . 删除libfreebsd_input
{
"name": "@ohos/FreeBSD",
"description": "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms.",
"version": "3.1",
"license": "BSD 2-Clause",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/FreeBSD"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYRIGHT",
"readmePath": {
"en": "README"
},
"component": {
"name": "FreeBSD",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"small",
"standard"
],
"rom": "16KB",
"ram": "32KB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/FreeBSD:libfreebsd_static"
},
{
"name": "//third_party/FreeBSD/sbin/fsck_msdosfs:fsck_msdos"
},
{
"name": "//third_party/FreeBSD/sbin/newfs_msdos:newfs_msdos"
},
{
"name": "//third_party/FreeBSD:ld128_static"
},
{
"name": "//third_party/FreeBSD:libc_static"
}
],
"test": []
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化