Files
kernel_linux_build/bundle.json
T
yudechen a123cb6bfa add destPath for bundle.json.
Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: Ie7dfd5e703fd5589051e67abd1b1f2ba6f6cd247
2022-09-27 15:45:16 +08:00

42 lines
956 B
JSON

{
"name": "@openharmony/linux",
"version": "3.1.0",
"description": "Linux内核",
"homePage": "https://gitee.com/openharmony",
"license": "GPL 2.0",
"publishAs": "",
"private": false,
"scripts": {},
"dirs": {},
"segment": {
"destPath": "kernel/linux/build"
},
"component": {
"name": "linux",
"subsystem": "kernel",
"syscap": [
"SystemCapability.Kernel.Linux"
],
"features": [],
"adapted_system_type": [
"small",
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//kernel/linux/build:linux_kernel"
],
"inner_kits": [],
"test": [
"//kernel/linux/build/test:linuxkerneltest"
]
}
}
}