You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
986 B

import("//build/ohos.gni")
import("//vendor/${product_company}/${product_name}/product.gni")
ohos_shared_library("libuapi_hdmitx") {
configs = [ "$public_sdk_config" ]
subsystem_name = "huanglong_sdk"
install_images = [
"vendor",
]
output_extension = "so"
sources = [
"iapi_hdmitx.c",
"mpi_hdmitx.c",
]
include_dirs = [
"$drv_cipher_headers",
"$drv_common_headers",
"$drv_generic_headers",
"$drv_hdmitx_headers",
"$drv_keyslot_headers",
"$drv_klad_headers",
"$libuapi_hdmitx_headers",
"$libuapi_cec_headers",
"$libuapi_media_headers",
"$libuapi_video_headers",
]
deps = [
"$libuapi_securec",
"$libuapi_common",
"$libuapi_memory",
"$libuapi_klad",
"$libuapi_cipher",
"$libuapi_keyslot",
]
cflags = [
"-DLOG_TAG=\"libuapi_hdmitx\"",
]
public_configs = [
":libuapi_hdmitx_config",
]
}
config("libuapi_hdmitx_config") {
include_dirs = [ "$libuapi_hdmitx_headers" ]
}