blob: dd3e34aac2032a33220552853ad59edf339baf66 [file]
// Copyright 2026 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.
{
// Don't include syslog/client.shard.cml so that we can test numbered_handle in isolation
// without /svc/fuchsia.logger.LogSink.
include: [ "driver_component/driver.shard.cml" ],
program: {
runner: "driver",
binary: "driver/logger.so",
bind: "meta/bind/logger_driver.bindbc",
},
use: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent/diagnostics",
// PA_LOG_SINK
numbered_handle: 0x3D,
},
],
}