| // 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. | |
| program: { | |
| runner: "elf", | |
| binary: "bin/logger_cpp", | |
| }, | |
| use: [ | |
| { | |
| protocol: "fuchsia.logger.LogSink", | |
| from: "parent/diagnostics", | |
| // PA_LOG_SINK | |
| numbered_handle: 0x3D, | |
| }, | |
| ], | |
| } |