mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-23 07:10:23 +00:00
8980628f60
Signed-off-by: ZhangLiang <zhangliang335@h-partners.com> Change-Id: I939342427adde843812bac847ad42a860787bd1c
49 lines
1019 B
JSON
49 lines
1019 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": [
|
|
"bundle_framework",
|
|
"c_utils",
|
|
"samgr",
|
|
"ipc",
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|