blob: 1a4e992899dffbff7e349fb016b4fa3f559aab66 [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.testing.chrealm;
// An interface for a test service.
[Discoverable]
interface TestService {
// Returns a nice message.
1: GetMessage() -> (string message);
};