blob: 831495beb2de18904b4875ffc209f07cbc3200f4 [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();
};