blob: b28ca905799121c9f4135092dee8b70391890366 [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 bazel.examples.fuchsiadeps;
using fuchsia.sys;
interface Fuchsia {
1: UseThat(request<fuchsia.sys.Loader> loader);
};