| # Copyright 2020 The Fuchsia Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| source_set("configs") { | |
| visibility = [ "//src/camera/drivers/controller/*" ] | |
| sources = [ | |
| "internal_config.h", | |
| "product_config.h", | |
| ] | |
| public_deps = [ | |
| "//sdk/banjo/fuchsia.hardware.ge2d:fuchsia.hardware.ge2d_banjo_cpp", | |
| "//sdk/fidl/fuchsia.camera2.hal:fuchsia.camera2.hal_hlcpp", | |
| "//sdk/fidl/fuchsia.sysmem:fuchsia.sysmem_hlcpp", | |
| ] | |
| } |