Files
ohos_bundles/foundation/bundle.json
T
2020-09-10 10:22:30 +08:00

23 lines
840 B
JSON

{
"name": "@ohos/foundation",
"version": "1.8.0",
"publishAs": "code-segment",
"description": "由于平台资源有限,且硬件平台多样,因此需要屏蔽不同硬件架构和资源的不同、以及运行形态的不同,提供统一化的系统服务开发框架。根据RISC-V、Cortex-M、Cortex-A不同硬件平台,分为两种硬件平台,以下简称M核、A核。",
"scripts": {
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/foundation/distributedschedule/services/safwk_lite&&mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
},
"keywords": [
"foundation"
],
"license": "Apache V2",
"repository": "",
"homepage": "",
"tags": [
"foundation"
],
"ohos": {
"os": "1.0.0",
"kernel": "liteos-a",
"board": "hi3516,hi3518"
}
}