hdf和sa解耦

Signed-off-by: wangchaole <wangchaole1@huawei.com>
This commit is contained in:
wangchaole
2022-06-01 15:55:08 +08:00
parent 016252f546
commit c9a25cd00b
2 changed files with 1 additions and 4 deletions
-2
View File
@@ -72,8 +72,6 @@ ohos_shared_library("distributed_camera_hdf") {
deps = [
"//drivers/adapter/uhdf2/ipc:libhdf_ipc_adapter",
"//drivers/peripheral/camera/interfaces/metadata:metadata",
"//drivers/peripheral/display/hal:hdi_display_gralloc",
"//foundation/graphic/graphic/frameworks/surface:surface",
"//third_party/jsoncpp:jsoncpp",
"//utils/native/base:utils",
]
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Copyright (c) 2021-2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
@@ -18,7 +18,6 @@
#include <mutex>
#include "constants.h"
#include "distributed_camera_constants.h"
namespace OHOS {
namespace DistributedHardware {