1{ 2 "name": "@openharmony/linux", 3 "version": "3.1.0", 4 "description": "Linux内核", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "GPL 2.0", 7 "publishAs": "", 8 "private": false, 9 "scripts": {}, 10 "dirs": {}, 11 "scripts": {}, 12 "segment": {}, 13 "component": { 14 "name": "linux", 15 "subsystem": "kernel", 16 "syscap": [ 17 "SystemCapability.Kernel.Linux" 18 ], 19 "features": [], 20 "adapted_system_type": [ 21 "small", 22 "standard" 23 ], 24 "rom": "", 25 "ram": "", 26 "deps": { 27 "components": [], 28 "third_party": [] 29 }, 30 "build": { 31 "sub_component": [ 32 "//kernel/linux/build:linux_kernel" 33 ], 34 "inner_kits": [], 35 "test": [] 36 } 37 } 38} 39