blob: 580696eaba89356b74204cf16f7969cf3e7c14db [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.
{
include: [
'syslog/client.shard.cml',
],
program: {
runner: 'driver',
binary: 'lib/libparent_driver.so',
bind: 'meta/bind/parent-driver.bindbc'
},
capabilities: [
{ service: 'fuchsia.examples.gizmo.Service' },
],
expose: [
{
service: 'fuchsia.examples.gizmo.Service',
from: 'self',
},
],
}