blob: 83a5bdfac3af3c27a631d68491b4817d923b170a [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/fidl/fidl.gni")
fidl("fidl") {
name = "fuchsia.services.examples"
sources = [
"mind_reader.fidl",
]
}