Files
Sergii Dmytruk cd999595dc DasharoModulePkg: move variable creation to DasharoVariablesLib
Create a separate library for managing values of variables and create
them in the constructor of the new library.  This gets rid of the
defaults in Library/DasharoSystemFeaturesUiLib/DasharoSystemFeatures.c

Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2025-03-10 20:16:27 +02:00

14 lines
536 B
Plaintext

// /** @file
// A library for providing services related to Dasharo-specific EFI variables.
//
// Copyright (c) 2024, 3mdeb Sp. z o.o. All rights reserved.<BR>
//
// SPDX-License-Identifier: BSD-2-Clause
//
// **/
#string STR_MODULE_ABSTRACT #language en-US "DasharoVariablesLib library provides services related to Dasharo-specific EFI variables."
#string STR_MODULE_DESCRIPTION #language en-US "DasharoVariablesLib library exposes list of Dasharo-specific variables and a few functions related to handling them."