mirror of
https://gitee.com/openharmony/third_party_libffi
synced 2024-11-23 03:09:42 +00:00
ce0fd31b6e
Signed-off-by: cyberbox <468042667@qq.com> Change-Id: Iea600df9e263a0765f9a6a813150a4fcce08d7c7
34 lines
963 B
JSON
34 lines
963 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.4.2",
|
|
"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": [
|
|
{
|
|
"name": "//third_party/libffi:ffi"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |