mirror of
https://gitee.com/openharmony/third_party_vulkan-headers
synced 2024-11-23 07:49:47 +00:00
loader component
Signed-off-by: shegangbin <shegangbin1@huawei.com>
This commit is contained in:
parent
e62ea4e0f3
commit
c2b5ae7783
4
BUILD.gn
4
BUILD.gn
@ -62,7 +62,7 @@ config("vulkan_headers_config") {
|
||||
}
|
||||
|
||||
# Vulkan headers only, no compiled sources.
|
||||
source_set("vulkan_headers") {
|
||||
ohos_static_library("vulkan_headers") {
|
||||
sources = [
|
||||
"include/vk_video/vulkan_video_codec_h264std.h",
|
||||
"include/vk_video/vulkan_video_codec_h264std_decode.h",
|
||||
@ -80,4 +80,6 @@ source_set("vulkan_headers") {
|
||||
"include/vulkan/vulkan_ohos.h",
|
||||
]
|
||||
public_configs = [ ":vulkan_headers_config" ]
|
||||
|
||||
license_file = "//third_party/vulkan-headers/LICENSE.txt"
|
||||
}
|
||||
|
17
bundle.json
17
bundle.json
@ -26,9 +26,20 @@
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [],
|
||||
"inner_kits": [],
|
||||
"test": []
|
||||
"sub_component": [
|
||||
"//third_party/vulkan-headers:vulkan_headers"
|
||||
],
|
||||
"inner_kits": [
|
||||
{
|
||||
"type": "none",
|
||||
"name": "//third_party/vulkan-headers:vulkan_headers",
|
||||
"header": {
|
||||
"header_files": [
|
||||
],
|
||||
"header_base": "//third_party/vulkan-headers/include"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user