mirror of
https://github.com/Dasharo/edk2.git
synced 2026-06-13 10:16:24 -07:00
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>
14 lines
536 B
Plaintext
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."
|