blob: 04325d4d99d97cae3ac6c88ffb49041e4c4d2928 [file] [log] [blame] [edit]
# Copyright 2015 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("services") {
name = "escher_demo"
sources = [
"escher_demo.fidl",
]
public_deps = [
"//garnet/public/lib/app/fidl",
]
}