| # 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("cpp") { |
| testonly = true |
| sources = [ |
| "power_framework_test_realm.cc", |
| "power_framework_test_realm.h", |
| ] |
| public_deps = [ |
| "//sdk/fidl/fuchsia.hardware.power.suspend:fuchsia.hardware.power.suspend_cpp", |
| "//sdk/lib/sys/component/cpp/testing:cpp", |
| "//src/power/testing/client:client_includes", |
| ] |
| deps = [ "//sdk/lib/component/incoming/cpp" ] |
| } |