blob: 113588831fbad1dde9f580ca1d43a1e87f642f52 [file] [log] [blame]
# 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("syslog_sdk") {
name = "syslog"
manifests = [
"client.shard.cml",
"use.shard.cml",
"offer.shard.cml",
]
category = "partner"
}