blob: bcea6af3d45ab22e1dc4c606b295990404036293 [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",
"//sdk/fidl/fuchsia.camera2.hal",
"//sdk/fidl/fuchsia.sysmem",
]
}