blob: 19ac79665f66419fdccae8420103fb986b9fc417 [file] [log] [blame]
# Copyright 2013 The Flutter 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")
fidl("interfaces") {
name = "fuchsia.examples.hello"
sources = [
"hello.fidl",
]
}