mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-23 07:10:23 +00:00
f3e4c37d9b
Signed-off-by: xingyuanfeng <xingyuanfeng@h-partners.com>
45 lines
940 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|