bundle.json 1.5 KB
Newer Older
H
Hongjin Li 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
{
    "name": "@ohos/liteos_a",
    "version": "3.1.0",
    "description": "liteos-a kernel",
    "homePage": "https://gitee.com/openharmony",
    "license": "BSD 3-clause",
    "repository": "https://gitee.com/openharmony/kernel_liteos_a",
    "domain": "os",
    "language": "",
    "publishAs": "code-segment",
    "private": false,
    "scripts": {},
    "tags": [
        "kernel"
    ],
    "keywords": [
        "kernel",
        "liteos-a"
    ],
    "envs": [],
    "dirs": [],
    "author": {},
    "contributors": [],
    "segment": {
        "destPath": "kernel/liteos_a"
    },
    "component": {
        "name": "liteos_a",
        "subsystem": "kernel",
        "syscap": [
Y
yinjiaming 已提交
31
            "SystemCapability.Kernel.Liteos-A"
H
Hongjin Li 已提交
32 33
        ],
        "features": [],
Y
yinjiaming 已提交
34
        "adapted_system_type": [
H
Hongjin Li 已提交
35 36 37 38
            "small"
        ],
        "rom": "1.5MB",
        "ram": "2MB",
Z
zhushengle 已提交
39
        "deps": {
H
Hongjin Li 已提交
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
            "components": [
            ], 
            "third_party": [
                "bounds_checking_function",
                "toybox",
                "NuttX",
                "FatFs",
                "mksh",
                "musl",
                "mbedtls",
                "FreeBSD",
                "zlib",
                "lwip",
                "optimized-routines",
                "googletest"
            ]
        },
        "build": {
            "sub_component": [
                "//kernel/liteos_a:liteos_a"
            ],
            "inner_kits": [],
H
Hongjin Li 已提交
62
            "test": []
H
Hongjin Li 已提交
63 64
        }
    }
65
}