mirror of
https://github.com/openharmony/distributed_camera.git
synced 2026-07-18 07:54:26 -04:00
feat: normalize drivers framework component and repos
Signed-off-by: yuanbo <yuanbo@huawei.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
import("//build/ohos.gni")
|
||||
import("//drivers/adapter/uhdf2/uhdf.gni")
|
||||
import("//drivers/hdf_core/adapter/uhdf2/uhdf.gni")
|
||||
import(
|
||||
"//foundation/distributedhardware/distributed_camera/distributedcamera.gni")
|
||||
|
||||
@@ -68,7 +68,7 @@ ohos_shared_library("distributed_camera_hdf") {
|
||||
public_deps = [ "//drivers/interface/distributed_camera/v1_0:libdistributed_camera_provider_stub_1.0" ]
|
||||
|
||||
deps = [
|
||||
"//drivers/adapter/uhdf2/ipc:libhdf_ipc_adapter",
|
||||
"//drivers/hdf_core/adapter/uhdf2/ipc:libhdf_ipc_adapter",
|
||||
"//drivers/peripheral/camera/interfaces/metadata:metadata",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//utils/native/base:utils",
|
||||
@@ -81,9 +81,9 @@ ohos_shared_library("distributed_camera_hdf") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"device_driver_framework:libhdf_utils",
|
||||
"graphic_chipsetsdk:buffer_handle",
|
||||
"graphic_chipsetsdk:surface",
|
||||
"hdf_core:libhdf_utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_single",
|
||||
"utils_base:utils",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
import("//build/ohos.gni")
|
||||
import("//drivers/adapter/uhdf2/uhdf.gni")
|
||||
import("//drivers/hdf_core/adapter/uhdf2/uhdf.gni")
|
||||
import(
|
||||
"//foundation/distributedhardware/distributed_camera/distributedcamera.gni")
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
import("//build/ohos.gni")
|
||||
import("//drivers/adapter/uhdf2/uhdf.gni")
|
||||
import("//drivers/hdf_core/adapter/uhdf2/uhdf.gni")
|
||||
import(
|
||||
"//foundation/distributedhardware/distributed_camera/distributedcamera.gni")
|
||||
|
||||
@@ -57,9 +57,9 @@ ohos_shared_library("distributed_camera_host_config") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"device_driver_framework:libhdf_host",
|
||||
"graphic_chipsetsdk:buffer_handle",
|
||||
"graphic_chipsetsdk:surface",
|
||||
"hdf_core:libhdf_host",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_single",
|
||||
]
|
||||
|
||||
@@ -16,7 +16,7 @@ distributedcamera_path = "//foundation/distributedhardware/distributed_camera"
|
||||
distributedhardwarefwk_path =
|
||||
"//foundation/distributedhardware/distributed_hardware_fwk"
|
||||
|
||||
hdf_framework_path = "//drivers/framework"
|
||||
hdf_framework_path = "//drivers/hdf_core/framework"
|
||||
|
||||
camera_hdf_path = "//drivers/peripheral"
|
||||
|
||||
|
||||
@@ -13,7 +13,5 @@
|
||||
|
||||
group("services_base_test") {
|
||||
testonly = true
|
||||
deps = [
|
||||
"common/dcameraprotocol:dcamera_protocol_test",
|
||||
]
|
||||
}
|
||||
deps = [ "common/dcameraprotocol:dcamera_protocol_test" ]
|
||||
}
|
||||
|
||||
@@ -13,7 +13,5 @@
|
||||
|
||||
group("camera_client_test") {
|
||||
testonly = true
|
||||
deps = [
|
||||
"common/cameraoperator:dcamera_client_test",
|
||||
]
|
||||
}
|
||||
deps = [ "common/cameraoperator:dcamera_client_test" ]
|
||||
}
|
||||
|
||||
@@ -13,7 +13,5 @@
|
||||
|
||||
group("camera_handler_test") {
|
||||
testonly = true
|
||||
deps = [
|
||||
"common/dcamerahandler:dcamera_handler_test",
|
||||
]
|
||||
}
|
||||
deps = [ "common/dcamerahandler:dcamera_handler_test" ]
|
||||
}
|
||||
|
||||
@@ -17,4 +17,4 @@ group("sink_service_test") {
|
||||
"common/distributedcamera:dcamera_sink_test",
|
||||
"common/distributedcameramgr:dcamera_sink_mgr_test",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -101,10 +101,10 @@ ohos_shared_library("distributed_camera_source") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"device_driver_framework:libhdf_utils",
|
||||
"device_driver_framework:libhdi",
|
||||
"distributed_camera_device_driver_interface:libdistributed_camera_provider_proxy_1.0",
|
||||
"eventhandler:libeventhandler",
|
||||
"hdf_core:libhdf_utils",
|
||||
"hdf_core:libhdi",
|
||||
"hitrace_native:hitrace_meter",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
|
||||
@@ -13,7 +13,5 @@
|
||||
|
||||
group("source_service_test") {
|
||||
testonly = true
|
||||
deps = [
|
||||
"common/distributedcameramgr:dcamera_mgr_test",
|
||||
]
|
||||
}
|
||||
deps = [ "common/distributedcameramgr:dcamera_mgr_test" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user