Files
linlin-c-language 564117a1fa update: 更新文件 BUILD.gn
Signed-off-by: linlin-c-language <1946558487@qq.com>
2026-07-21 20:41:30 +08:00

46 lines
1.3 KiB
Plaintext

import("//build/ohos.gni")
ohos_shared_library("libzcodec_driver") {
branch_protector_ret = "pac_ret"
sources = [ "hdi_z_factory_driver.cpp" ]
external_deps = [
"c_utils:utils",
"drivers_interface_codec:video_parcel_headers",
"drivers_interface_codec:libzcodec_stub_1.0",
"hdf_core:libhdf_host",
"hdf_core:libhdf_ipc_adapter",
"hdf_core:libhdf_utils",
"hdf_core:libhdi",
"hilog:libhilog",
"ipc:ipc_single",
]
install_images = [ chipset_base_dir ]
subsystem_name = "hdf"
part_name = "drivers_peripheral_codec"
}
ohos_shared_library("libhdi_z_factory_service_1.0") {
branch_protector_ret = "pac_ret"
sources = [ "hdi_z_factory_service.cpp" ]
external_deps = [
"c_utils:utils",
"drivers_interface_codec:video_parcel_headers",
"drivers_interface_codec:libzcodec_stub_1.0",
"hdf_core:libhdi",
"hdf_core:libhdf_utils",
"hilog:libhilog",
"ipc:ipc_core",
]
install_images = [ chipset_base_dir ]
subsystem_name = "hdf"
part_name = "drivers_peripheral_codec"
}
group("zcodec_idl_service") {
deps = [
":libzcodec_driver",
":libhdi_z_factory_service_1.0",
]
}