blob: fd852e2a48d4c6dc9d3b332c4cebef1da95accd0 [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.
import("//build/banjo/banjo.gni")
banjo("ddk.protocol.serialimpl") {
sources = [ "serial-impl.banjo" ]
deps = [ "//sdk/banjo/ddk.protocol.serial" ]
}