blob: 75a8fcac7aab02a7987c6836e06eda678ddd1166 [file] [log] [blame]
# Copyright 2022 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/fidl/fidl.gni")
# Builds the FIDL library into a set of language specific bindings. Bindings for
# a given language may be imported by depending on this target, follow by a
# language-specific suffix:
#
# ":fuchsia.examples.notificationhub_rust"
# ":fuchsia.examples.notificationhub_cpp"
# ...and so on
#
fidl("fuchsia.examples.notificationhub") {
sources = [ "notification-hub.test.fidl" ]
visibility = [ "//:developer_universe_packages" ]
}