mirror of
https://github.com/openharmony/third_party_libunwind.git
synced 2026-07-01 07:39:12 -04:00
454ed0f66c
Signed-off-by: cs1111 <chenshi51@huawei.com> Change-Id: I852d77a3870afb375688d435e808a994a7cf6dc0
34 lines
911 B
JSON
34 lines
911 B
JSON
{
|
|
"name": "@ohos/libunwind",
|
|
"description": "a portable and efficient C programming interface (API) to determine the call-chain of a program.",
|
|
"version": "3.1",
|
|
"license": "MIT",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/libunwind"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "libunwind",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": ["mini","standard"],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": ["//third_party/libunwind:libunwind"],
|
|
"inner_kits": [
|
|
{
|
|
"name" : "//third_party/libunwind:libunwind"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |