# 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") { | |
platform = { | |
build_type = "eng" | |
} | |
product = { | |
session_url = "fuchsia-pkg://fuchsia.com/workstation_session#meta/workstation_routing.cm" | |
} | |
} |