mirror of
https://github.com/openharmony/third_party_libffi.git
synced 2026-07-21 07:05:34 -04:00
211eedef3b
Signed-off-by: huang-xl <huangxiaolong1@huawei.com> Change-Id: I38e2993690be748d29494d345d4ffb2de2ab6a8e
30 lines
857 B
JSON
30 lines
857 B
JSON
{
|
|
"name": "@ohos/libffi",
|
|
"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.",
|
|
"version": "3.1",
|
|
"license": "MIT",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/libffi"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "libffi",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [ "standard" ],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
} |