blob: 0f74968e478d3f07aedd2e9cbef2f4e6cd2093a3 [file] [log] [blame]
// Copyright 2023 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",
"sys/testing/elf_test_runner.shard.cml",
],
program: {
binary: 'bin/fw_dbg_test',
},
use: [
],
// Required to enable access to devfs
facets: {
"fuchsia.test": { type: "system" },
},
}