mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-18 16:04:40 -04:00
【音视频传输组件】适配硬件管理框架新接口头文件引用
Signed-off-by: renguang1116 <renguang@huawei.com>
This commit is contained in:
@@ -38,4 +38,6 @@ fwk_common_path = "${distributedhardwarefwk_path}/common"
|
||||
|
||||
fwk_interfaces_path = "${distributedhardwarefwk_path}/interfaces/inner_kits"
|
||||
|
||||
av_transport_path = "${distributedhardwarefwk_path}/av_transport"
|
||||
|
||||
distributedinput_ldflags = [ "-lpthread" ]
|
||||
|
||||
@@ -17,6 +17,7 @@ import(
|
||||
|
||||
ohos_shared_library("libdinput_sink") {
|
||||
include_dirs = [
|
||||
"${av_transport_path}/common/include",
|
||||
"include",
|
||||
"${frameworks_path}/include",
|
||||
"${innerkits_path}/include",
|
||||
|
||||
@@ -17,6 +17,7 @@ import(
|
||||
|
||||
ohos_shared_library("libdinput_sink_trans") {
|
||||
include_dirs = [
|
||||
"${av_transport_path}/common/include",
|
||||
"include",
|
||||
"${common_path}/include",
|
||||
"${frameworks_path}/include",
|
||||
|
||||
@@ -17,6 +17,7 @@ import(
|
||||
|
||||
ohos_shared_library("libdinput_source") {
|
||||
include_dirs = [
|
||||
"${av_transport_path}/common/include",
|
||||
"include",
|
||||
"${frameworks_path}/include",
|
||||
"${innerkits_path}/include",
|
||||
|
||||
@@ -17,6 +17,7 @@ import(
|
||||
|
||||
ohos_shared_library("libdinput_source_trans") {
|
||||
include_dirs = [
|
||||
"${av_transport_path}/common/include",
|
||||
"include",
|
||||
"${common_path}/include",
|
||||
"${fwk_common_path}/log/include",
|
||||
|
||||
@@ -17,6 +17,7 @@ import(
|
||||
|
||||
ohos_shared_library("libdinput_trans_base") {
|
||||
include_dirs = [
|
||||
"${av_transport_path}/common/include",
|
||||
"include",
|
||||
"${common_path}/include",
|
||||
"${frameworks_path}/include",
|
||||
|
||||
@@ -17,6 +17,7 @@ import(
|
||||
|
||||
ohos_shared_library("libdinput_utils") {
|
||||
include_dirs = [
|
||||
"${av_transport_path}/common/include",
|
||||
"${fwk_common_path}/utils/include",
|
||||
"${fwk_common_path}/log/include",
|
||||
"//third_party/json/include",
|
||||
|
||||
Reference in New Issue
Block a user