blob: 818a2f290bdafc3ed18555912640fbd7c039afe3 [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",
]
}
# Ermine package includes login and user shell components.
fuchsia_package("ermine-pkg") {
package_name = "ermine"
deps = [
"login:component",
"memfs:component",
"shell:component",
]
}