blob: 3a3712a4a56e4a4bbb159538b21e0b664fa86c27 [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.
# [START fidl_echo]
import("//build/fidl/fidl.gni")
fidl("echo") {
name = "fidl.examples.routing.echo"
sources = [ "echo.fidl" ]
enable_hlcpp = true
}
# [END fidl_echo]