{
    "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.Resourceschedule.QoS.Core"
        ],
        "features": [],
        "adapted_system_type": [
            "standard"
        ],
        "rom": "64MB",
        "ram": "900MB",
        "deps": {
            "components": [
                "bounds_checking_function"
            ],
            "third_party": []
        },
        "build": {
            "sub_component": [
              "//kernel/linux/build:linux_kernel"
            ],
            "inner_kits": [],
            "test": [
            "//kernel/linux/build/test:linuxkerneltest"
            ]
        }
    }
}