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