Sign in
fuchsia
/
fuchsia
/
refs/heads/releases/field-image-dogfood
/
.
/
src
/
sys
/
appmgr
/
fidl
/
fuchsia.appmgr
/
startup.fidl
blob: 831495beb2de18904b4875ffc209f07cbc3200f4 [
file
] [
log
] [
blame
] [
edit
]
// 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
();
};