blob: 04ae0947dab3751d97633330f2263f4fc656ab5c [file] [log] [blame]
// Copyright 2020 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.appmgr;
@discoverable
protocol Startup {
LaunchAppmgr();
};