third_party_vulkan-loader/bundle.json
xingyuanfeng f3e4c37d9b 支撑vulkan-loader独立编译
Signed-off-by: xingyuanfeng <xingyuanfeng@h-partners.com>
2024-06-29 14:11:11 +08:00

45 lines
940 B
JSON

{
"name": "@ohos/vulkan-loader",
"description": "vulkan loader",
"version": "4.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/vulkan-loader"
},
"dirs": {},
"scripts": {},
"component": {
"name": "vulkan-loader",
"subsystem": "thirdparty",
"adapted_system_type": [ "standard" ],
"rom": "10000KB",
"ram": "10000KB",
"deps": {
"components": [
"hilog",
"init"
],
"third_party": [
"vulkan-headers"
]
},
"build": {
"sub_component": [
"//third_party/vulkan-loader:vulkan_loader"
],
"inner_kits": [
{
"type": "so",
"name": "//third_party/vulkan-loader:vulkan_loader",
"header": {
"header_files": [
],
"header_base": "//third_party/vulkan-loader"
}
}
]
}
}
}