blob: 40c2ac3534cb7e31a7ac91e4961fc5aec158237a [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.
assert(is_fuchsia)
import("//third_party/fuchsia-sdk/build/fidl_library.gni")
fidl_library("fuchsia.sdk.examples.fidl") {
sources = [ "greeter.fidl" ]
}