blob: 76f6044fc226c56e3af2f83984723de4fddb9be9 [file] [log] [blame]
# Copyright 2022 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.
# Test of image assembly with product-specified base drivers
import("//build/testing/host_test.gni")
import("//src/tests/assembly/assemble_image/test_assembly_config.gni")
test_assembly_config("product_drivers") {
platform = {
feature_set_level = "empty"
build_type = "eng"
storage = {
filesystems = {
image_name = "assemble_test"
volume = {
fvm = {
data = {
}
blob = {
}
}
}
}
}
}
}