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