| # Copyright 2025 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/sdk/sdk_component_manifests.gni") | |
| import("//tools/cmc/build/expect_includes.gni") | |
| expect_includes("client_includes") { | |
| includes = [ "client.shard.cml" ] | |
| } | |
| sdk_component_manifests("client_shard_sdk") { | |
| name = "driver_test_realm/realm_builder" | |
| manifests = [ "client.shard.cml" ] | |
| category = "partner" | |
| } |