blob: c13223ba3954e4d494b44eee4f830230852b68a1 [file] [log] [blame]
# Copyright 2018 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")
group("ermine") {
public_deps = [
":ermine-pkg",
"session:workstation_routing",
"session:workstation_session",
]
}
# Ermine package includes login and user shell components.
fuchsia_package("ermine-pkg") {
package_name = "ermine"
deps = [
"login:component",
"shell:component",
]
}