blob: 2900a4c7a2d6cca5ef1bf281f22bd20034e0212d [file] [log] [blame]
# Copyright 2019 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.
library("mipi-dsi") {
sources = [
"mipi-dsi.cpp",
]
configs += [ "$zx/public/gn/config:visibility_hidden" ]
deps = [
"$zx/system/banjo/ddk.protocol.dsiimpl",
]
}