blob: ba2a43c990d49e689a94c8ea64b75d11ee9ad8d1 [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"
}
}