blob: 4956944bddc0b788199d1454ff9c655b90b394d3 [file] [log] [blame]
# Copyright 2020 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")
sdk_component_manifests("inspect") {
name = "inspect"
manifests = [ "client.shard.cml" ]
category = "partner"
}
# Require dependent components to include required capabilities in their
# component manifests in order to export Inspect data.
expect_includes("client_includes") {
includes = [ "client.shard.cml" ]
}
group("tests") {
testonly = true
deps = [
"component:tests",
"contrib/cpp:tests",
"service/cpp:tests",
]
}