blob: 84610cc503a80f9501f56e55dd78dc0312306ee1 [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.
import("//build/cpp/library_headers.gni")
library_headers("device-protocol-display") {
headers = [ "lib/device-protocol/display-panel.h" ]
public_deps = [ "//src/zircon/lib/zircon:headers" ]
}