blob: 9d38b51ed3fb9340bb34a9831b9015b0293ef5c6 [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("//build/sdk/sdk_molecule.gni")
import("//tools/cmc/build/expect_includes.gni")
sdk_component_manifests("syslog") {
name = "syslog"
manifests = [
"client.shard.cml",
"use.shard.cml",
"offer.shard.cml",
]
category = "partner"
}
# Require dependent components to include logsink capabilities in their
# component manifests.
expect_includes("client_includes") {
includes = [ "client.shard.cml" ]
}
group("tests") {
testonly = true
deps = [
"cpp:tests",
"duplicate_header_test:tests",
]
}