mirror of
https://gitee.com/openharmony/third_party_libffi
synced 2024-11-23 03:09:42 +00:00
f3965a71b1
Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
30 lines
846 B
JSON
30 lines
846 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": "thirdparty_libffi",
|
|
"subsystem": "",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
} |