blob: bd3bf83da652066db758684acaabb04ed3eb1ad0 [file] [log] [blame]
# Copyright 2021 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.
import("//src/lib/isolated_devmgr/v2_component/isolated_devmgr.gni")
# Thin wrapper around more generic wrapper. Hardcodes the package name to avoid some minimal amount
# of boilerplate in usage sites.
template("storage_isolated_devmgr_unittest_v2_component") {
isolated_devmgr_unittest_v2_component(target_name) {
forward_variables_from(invoker,
[
"additional_services",
"deps",
"manifest",
"visibility",
"component_name",
])
}
}