blob: f3ea2ba38ba0694e2f0fa4eb4c164ca361105b54 [file] [log] [blame]
# Copyright 2022 The Fuchsia Authors.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/assembly/product_assembly_configuration.gni")
assert(
is_fuchsia,
"Product definitions and assemblies should only be defined in the fuchsia toolchain")
product_assembly_configuration("workstation") {
product = {
session_url = "fuchsia-pkg://fuchsia.com/workstation_session#meta/workstation_routing.cm"
}
cache_packages = [ "//src/session/bin/session_manager" ]
}