1{ 2 "name": "@ohos/libdrm", 3 "description": "libdrm is a userspace library for accessing the DRM, direct rendering manager, on Linux and other operating systems that support the ioctl interface.", 4 "version": "4.0", 5 "license": "MIT", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/libdrm" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "libdrm", 14 "subsystem": "thirdparty", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [], 18 "rom": "", 19 "ram": "", 20 "deps": { 21 "components": [], 22 "third_party": [] 23 }, 24 "build": { 25 "sub_component": [ 26 "third_party/libdrm:libdrm" 27 ], 28 "inner_kits": [], 29 "test": [] 30 } 31 } 32}