blob: 55d48d7b4d86601c15f11e6d03d28b9d9f22c567 [file] [log] [blame] [edit]
# 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.
import("//src/sys/appmgr/core_shards.gni")
declare_args() {
appmgr_base_packages = [
"//src/security/policy:appmgr_policy_eng",
"//src/sys/appmgr",
"//src/sys/appmgr:appmgr_scheme_config",
# All v1 components are allowed to use isolated-persistent-storage, even if
# they're not listed in the component ID index.
"//src/sys/appmgr:component_id_index_no_restrict_storage",
]
}