blob: 1fce1d72bf4ac4ff778ca4b2f46abacc1c46b66c [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.clock") {
sources = [ "clock.banjo" ]
deps = [ "//sdk/banjo/zx" ]
}