| # 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. |
| |
| import("//build/components.gni") |
| import("//tools/cmc/build/expect_includes.gni") |
| |
| group("tests") { |
| testonly = true |
| deps = [ |
| "cpp/tests", |
| "rust/tests", |
| ] |
| } |
| |
| expect_includes("client_includes") { |
| includes = [ "meta/client.shard.cml" ] |
| } |
| |
| fuchsia_package_with_single_component("power-framework") { |
| manifest = "meta/power_framework_test_realm.cml" |
| subpackages = [ |
| "//src/power/system-activity-governor:config-use-suspender", |
| "//src/power/system-activity-governor/fake:package", |
| "//src/power/broker:package", |
| "//src/power/testing/fake-suspend:fake-suspend-pkg", |
| ] |
| } |