blob: 3f1cfba78e2a63eaadec2ab640a12f352c0f1b43 [file] [log] [blame] [edit]
# 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/sdk/sdk_component_manifests.gni")
import("//build/sdk/sdk_molecule.gni")
import("//tools/cmc/build/expect_includes.gni")
sdk_component_manifests("inspect_sdk") {
name = "inspect"
manifests = [
"client.shard.cml",
"use.shard.cml",
"offer.shard.cml",
]
category = "partner"
}