| # Copyright 2024 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. |
| |
| source_set("util") { |
| sources = [ |
| "test_util.cc", |
| "test_util.h", |
| ] |
| |
| public_deps = [ |
| "//sdk/fidl/fuchsia.component.sandbox:fuchsia.component.sandbox_cpp", |
| "//sdk/fidl/fuchsia.diagnostics:fuchsia.diagnostics_cpp", |
| "//sdk/fidl/fuchsia.driver.development:fuchsia.driver.development_cpp", |
| "//sdk/fidl/fuchsia.hardware.power.suspend:fuchsia.hardware.power.suspend_cpp", |
| "//sdk/lib/async-loop-testing/cpp", |
| "//sdk/lib/async_patterns/cpp", |
| "//sdk/lib/diagnostics/reader/cpp:archive_reader", |
| "//src/lib/fxl/test:gtest_main_no_testonly", |
| "//src/power/system-activity-governor/fake/fidl:test.sagcontrol_cpp", |
| "//src/power/testing/fake-suspend:test.suspendcontrol_cpp", |
| ] |
| |
| deps = [ "//sdk/lib/component/incoming/cpp" ] |
| } |