1{ 2 "name": "@ohos/libffi", 3 "description": "The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time.", 4 "version": "3.4.2", 5 "license": "MIT", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/libffi" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "libffi", 14 "subsystem": "thirdparty", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [ "standard" ], 18 "rom": "", 19 "ram": "", 20 "deps": { 21 "components": [], 22 "third_party": [] 23 }, 24 "build": { 25 "sub_component": [], 26 "inner_kits": [ 27 { 28 "name": "//third_party/libffi:ffi" 29 } 30 ], 31 "test": [] 32 } 33 } 34}