blob: 26524c709036835d4927cbf570c0735697c2d723 [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("minimal_boot_user") {
platform = {
build_type = "user"
diagnostics = {
additional_serial_log_components = [
"/core/session-manager",
"/core/session-manager/session:session",
]
}
storage = {
live_usb_enabled = false
filesystems = {
volume = {
fvm = {
data = {
}
blob = {
}
}
}
}
}
}
product = {
session_url =
"fuchsia-pkg://fuchsia.com/memory-budget-session#meta/log-start.cm"
}
base_packages = [
{
package_target = "//src/tests/memory_budget/session:memory-budget-session"
},
]
}