aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons_uncategorized/Lesson_Varstore_5/UefiLessonsPkg/HIIFormDataElementsVarstore/HIIFormDataElementsVarstore.inf
blob: db69f16924d2631f00a0ec88bc2988699b626b9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
##
# 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
  DebugLib
  UefiHiiServicesLib

[Protocols]
  gEfiHiiConfigAccessProtocolGuid