blob: cb7faaf22c1e917983446b0b66b26b966bf8a380 [file] [log] [blame]
// Copyright 2021 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.component.tests;
/// Simple FIDL protocol for tests that notifies server to shutdown.
@discoverable
protocol Shutdowner {
Shutdown();
};