blob: 318593eb9222c907f88dba89bfca62813d8a09ee [file] [log] [blame]
// Copyright 2022 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.
{
children: [
{
name: "progress-ui",
url: "fuchsia-pkg://fuchsia.com/progress-ui#meta/progress-ui.cm",
},
],
offer: [
{
directory: "dev-class",
from: "parent",
as: "dev-display-coordinator",
to: "#progress-ui",
subdir: "display-coordinator",
},
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.sysmem.Allocator",
"fuchsia.sysmem2.Allocator",
],
from: "parent",
to: "#progress-ui",
},
],
}