blob: e73c18bd4241c493df60124909651012cb5f16f9 [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("fuchsia.hardware.intelhda.codec") {
sources = [ "intel-hda-codec.banjo" ]
deps = [ "//sdk/banjo/zx" ]
}