blob: 4e48501a16cb4c43b323b3707482f0d52f82dc01 [file] [log] [blame]
# 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",
"//sdk/fidl/fuchsia.sysmem",
]
}