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 "segment": { 12 "destPath": "kernel/linux/build" 13 }, 14 "component": { 15 "name": "linux", 16 "subsystem": "kernel", 17 "syscap": [ 18 "SystemCapability.Kernel.Linux" 19 ], 20 "features": [], 21 "adapted_system_type": [ 22 "small", 23 "standard" 24 ], 25 "rom": "", 26 "ram": "", 27 "deps": { 28 "components": [], 29 "third_party": [] 30 }, 31 "build": { 32 "sub_component": [ 33 "//kernel/linux/build:linux_kernel" 34 ], 35 "inner_kits": [], 36 "test": [ 37 "//kernel/linux/build/test:linuxkerneltest" 38 ] 39 } 40 } 41} 42