blob: 8ef22e42cd652369510bda96278588a925173eb0 [file]
// 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: [
"//sdk/lib/driver_test_realm/meta/realm_builder.shard.cml",
"//sdk/lib/inspect/client.shard.cml",
"//sdk/lib/syslog/client.shard.cml",
"//src/sys/test_manager/system-test.shard.cml",
"sys/component/realm_builder.shard.cml",
"sys/testing/elf_test_runner.shard.cml",
],
program: {
binary: "test/platform-bus-bti-test",
},
offer: [
{
protocol: [ "fuchsia.boot.RootResource" ],
from: "parent",
to: "#realm_builder",
},
],
}