blob: 60de48d7731b54545cc0eeabf239d841b07568dc [file] [log] [blame] [edit]
# 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.
import("//build/cpp/library_headers.gni")
library_headers("device-protocol-display") {
headers = [ "lib/device-protocol/display-panel.h" ]
public_deps = [
"//sdk/banjo/fuchsia.hardware.dsiimpl:fuchsia.hardware.dsiimpl_banjo_cpp",
]
}