blob: 791e3664ab1db0923d5830ef253928e641ae9d8e [file] [log] [blame]
// Copyright 2018 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.
library fuchsia.overnet.examples.interfacepassing;
using fidl.examples.echo;
[Discoverable]
protocol Example {
Request(request<fidl.examples.echo.Echo> iface);
};