bundle.json 859 字节
Newer Older
W
wenjun 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{
    "name": "@ohos/system_ability_manager",
    "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 &&mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
    },
    "keywords": [
        "systemabilitymanager"
    ],
    "license": "Apache V2",
    "repository": "",
    "homepage": "",
    "tags": [
        "foundation"
    ],
    "ohos": {
        "os": "1.0.0",
        "kernel": "liteos-a,liteos-m",
        "board": "hi3516,hi3518,hi3861"
    }
}