blob: 47e1c8008c985aab13b66dbdd3a09227f649d10c [file] [log] [blame] [edit]
# 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/components.gni")
import("//src/sys/core/build/core_shard.gni")
group("ui") {
testonly = true
deps = [
"a11y",
"bin",
"examples",
"input",
"scenic",
"tools",
"wayland",
]
}
group("tests") {
testonly = true
deps = [
"a11y:tests",
"backlight:tests",
"bin:tests",
"examples:tests",
"input:tests",
"lib:tests",
"light:tests",
"scenic:tests",
"testing:tests",
"tests",
"tools:tests",
"wayland:tests",
]
}
core_shard("ui_core_shard") {
shard_file = "meta/ui.core_shard.cml"
}
fuchsia_component("ui_component") {
component_name = "ui"
manifest = "meta/ui.cml"
deps = [ "//src/graphics/display/bin/coordinator-connector:shard-includes" ]
}
fuchsia_package("ui_package") {
package_name = "ui"
deps = [ ":ui_component" ]
}