blob: 307329c5e096c140350ba02d489046bc31b80acb [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 test.sysmgr;
[Discoverable]
protocol Interface {
Ping() -> (string magic);
};