• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/FreeBSD",
3    "description": "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms.",
4    "version": "3.1",
5    "license": "BSD 2-Clause",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/FreeBSD"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "COPYRIGHT",
13    "readmePath": {
14        "en": "README"
15    },
16    "component": {
17        "name": "FreeBSD",
18        "subsystem": "thirdparty",
19        "syscap": [],
20        "features": [],
21        "adapted_system_type": [
22            "small",
23            "standard"
24        ],
25        "rom": "16KB",
26        "ram": "32KB",
27        "deps": {
28            "components": [],
29            "third_party": []
30        },
31        "build": {
32            "sub_component": [],
33            "inner_kits": [
34                {
35                    "name": "//third_party/FreeBSD:libfreebsd_static"
36                },
37                {
38                    "name": "//third_party/FreeBSD:ld128_static"
39                },
40                {
41                    "name": "//third_party/FreeBSD:libc_static"
42                },
43                {
44                    "name": "//third_party/FreeBSD/sbin/fsck_msdosfs:fsck_msdos"
45                },
46                {
47                    "name": "//third_party/FreeBSD/sbin/newfs_msdos:newfs_msdos"
48                }
49            ],
50            "test": []
51        }
52    }
53}
54