blob: 519967ee9e7779a0f6c6c6a23615ee74b644d573 [file] [log] [blame] [edit]
# 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.
# [START fidl_echo]
import("//build/fidl/fidl.gni")
fidl("echo") {
name = "fidl.examples.routing.echo"
sources = [ "echo.fidl" ]
}
# [END fidl_echo]