blob: 5fe3c1b9b7cd04957596842897b3a3d424057425 [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]
interface Interface {
1: Ping() -> (string magic);
};