| # 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, |
| |
| load( |
| "@rules_fuchsia//fuchsia:defs.bzl", |
| "fuchsia_component_manifest", |
| ) |
| |
| fuchsia_component_manifest( |
| name = "manifest", |
| src = "meta/debug_agent.cml", |
| includes = [ |
| "@fuchsia_sdk//pkg/syslog:client", |
| # TODO(fxbug.dev/116670): make the below implicit |
| # as transitive includes of the above. |
| "@fuchsia_sdk//pkg/syslog:offer", |
| "@fuchsia_sdk//pkg/syslog:use", |
| ], |
| ) |