blob: 0eec6c6618aecb00cb7b43297618a657bb0da4df [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.virtualization.vmm;
using fuchsia.virtualization;
[Discoverable]
protocol LaunchInfoProvider {
GetLaunchInfo() -> (fuchsia.virtualization.LaunchInfo launch_info);
};