blob: 21730c1da35324713cfde2a3ff156fc1daede768 [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.
{
children: [
{
name: "test_driver",
url: "fuchsia-pkg://fuchsia.com/brightness_manager_tests#meta/brightness_manager_test_driver.cm",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: [ "#test_driver" ],
},
{
storage: "data",
from: "parent",
to: [ "#test_driver" ],
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#test_driver",
},
],
}