blob: 1807cbbaed449fcc1c186bb24b6e63048b4f82d8 [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: [
"//src/sys/test_runners/gtest/default.shard.cml",
"//src/sys/test_runners/tmp_storage.shard.cml",
"sys/component/realm_builder.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/server_daemon_test",
},
offer: [
{
protocol: [
"fuchsia.kernel.HypervisorResource",
"fuchsia.kernel.VmexResource",
"fuchsia.scheduler.RoleManager",
"fuchsia.sysinfo.SysInfo",
"fuchsia.sysmem.Allocator",
"fuchsia.sysmem2.Allocator",
"fuchsia.tracing.provider.Registry",
],
from: "parent",
to: "#realm_builder",
},
],
}