mirror of
https://github.com/openharmony/third_party_FreeBSD.git
synced 2026-07-01 08:11:39 -04:00
ebfcab2d95
Issue: https://gitee.com/openharmony/third_party_FreeBSD/issues/IAMEBT Signed-off-by: lijunru <lijunru9@huawei.com>
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"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:ld128_static"
|
|
},
|
|
{
|
|
"name": "//third_party/FreeBSD:libc_static"
|
|
},
|
|
{
|
|
"name": "//third_party/FreeBSD/sbin/fsck_msdosfs:fsck_msdos"
|
|
},
|
|
{
|
|
"name": "//third_party/FreeBSD/sbin/newfs_msdos:newfs_msdos"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|