Files
third_party_libunwind/bundle.json
T
cs1111 454ed0f66c fix:add sub_component libunwind
Signed-off-by: cs1111 <chenshi51@huawei.com>
Change-Id: I852d77a3870afb375688d435e808a994a7cf6dc0
2025-06-05 15:38:06 +08:00

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": []
}
}
}