blob: cf5eb25c693b7796dfa9848592c47a4e3deb35b0 [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: [
"//sdk/lib/driver_test_realm/meta/client.shard.cml",
"inspect/offer.shard.cml",
"syslog/client.shard.cml",
],
children: [
{
name: "test_suite",
url: "fuchsia-hwinfo-tests#meta/default.cm",
},
],
offer: [
{
protocol: [
"fuchsia.hwinfo.Board",
"fuchsia.hwinfo.Device",
"fuchsia.hwinfo.Product",
],
from: "parent",
to: "#test_suite",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#test_suite",
},
],
}