mirror of
https://github.com/openharmony/ohos_bundles.git
synced 2026-07-01 06:41:17 -04:00
24 lines
657 B
JSON
24 lines
657 B
JSON
{
|
|
"name": "@ohos/liteos_a",
|
|
"version": "1.8.0",
|
|
"publishAs": "code-segment",
|
|
"description": "OpenHarmony内核是华为推出的面向IoT领域的实时操作系统内核,它具备类似RTOS般轻快和Linux般易用的特点。",
|
|
"scripts": {
|
|
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/ &&mkdir -p $DEST_PATH && cp -r drivers kernel $DEST_PATH"
|
|
},
|
|
"keywords": [
|
|
"liteos"
|
|
],
|
|
"license": "Apache V2",
|
|
"repository": "",
|
|
"homepage": "",
|
|
"tags": [
|
|
"kernel",
|
|
"drivers"
|
|
],
|
|
"ohos": {
|
|
"os": "1.0.0",
|
|
"kernel": "liteos-a",
|
|
"board": "hi3516,hi3518"
|
|
}
|
|
} |