blob: 03515d205f3d86bb4c8e3354f87ae959927029e3 [file] [log] [blame]
# Copyright 2022 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("trace") {
name = "trace"
manifests = [
"client.shard.cml",
"use.shard.cml",
"offer.shard.cml",
]
category = "partner"
}
# Require dependent components to include tracing capabilities in their
# component manifests.
expect_includes("client_includes") {
includes = [ "client.shard.cml" ]
}