blob: bb2a2fda2e9a5674f4a68061951f23b1c8b0e099 [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.
# Please see the README.md file for details.
import("//build/config.gni")
# Groups all configurations.
group("config") {
deps = [
":sysmgr",
"//src/developer/kcounter_inspect",
]
}
# Sysmgr configuration for products that require `intl_services` to be
# available.
config_data("sysmgr") {
for_pkg = "sysmgr"
outputs = [ "screen_is_not_black_test.config" ]
sources = [ "sysmgr_config.json" ]
}