blob: 5c4eb7c7f377ee656aa36e29a9fc88ec74aef2d3 [file] [log] [blame]
# Copyright 2019 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/config.gni")
group("a11y") {
deps = [
":config",
"bin/a11y_manager",
"bin/a11y_tts_log_engine",
"lib",
]
}
group("tests") {
testonly = true
deps = [
"bin/a11y_manager/tests",
"bin/a11y_tts_log_engine/tests",
"lib:tests",
]
}
config_data("config") {
for_pkg = "sysmgr"
outputs = [ "a11y.config" ]
sources = [ "services.config" ]
}