diff options
Diffstat (limited to 'UefiLessonsPkg/HIIFormDataElementsVarstore/HIIFormDataElementsVarstore.inf')
-rw-r--r-- | UefiLessonsPkg/HIIFormDataElementsVarstore/HIIFormDataElementsVarstore.inf | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/UefiLessonsPkg/HIIFormDataElementsVarstore/HIIFormDataElementsVarstore.inf b/UefiLessonsPkg/HIIFormDataElementsVarstore/HIIFormDataElementsVarstore.inf new file mode 100644 index 0000000..0ae8ee4 --- /dev/null +++ b/UefiLessonsPkg/HIIFormDataElementsVarstore/HIIFormDataElementsVarstore.inf @@ -0,0 +1,33 @@ +## +# Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + +[Defines] + INF_VERSION = 1.25 + BASE_NAME = HIIFormDataElementsVarstore + FILE_GUID = 162201c9-1208-4567-bab6-e9d32ae90e84 + MODULE_TYPE = UEFI_DRIVER + VERSION_STRING = 1.0 + ENTRY_POINT = HIIFormDataElementsVarstoreEntryPoint + UNLOAD_IMAGE = HIIFormDataElementsVarstoreUnload + +[Sources] + HIIFormDataElementsVarstore.c + Strings.uni + Form.vfr + +[Packages] + MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec + +[LibraryClasses] + UefiDriverEntryPoint + UefiLib + HiiLib + UefiHiiServicesLib + +[Protocols] + gEfiHiiConfigAccessProtocolGuid + |