aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.inf
blob: 6c25d24105c81ea550424ea4800ca76822f6142d (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
[Defines]
  INF_VERSION                    = 1.25
  BASE_NAME                      = PasswordFormWithHash
  FILE_GUID                      = 6dfb156a-ec61-47d2-841b-f739084add1d
  MODULE_TYPE                    = UEFI_DRIVER
  VERSION_STRING                 = 1.0
  ENTRY_POINT                    = PasswordFormWithHashEntryPoint
  UNLOAD_IMAGE                   = PasswordFormWithHashUnload

[Sources]
  PasswordFormWithHash.c
  Strings.uni
  Form.vfr

[Packages]
  MdePkg/MdePkg.dec
  MdeModulePkg/MdeModulePkg.dec

[LibraryClasses]
  UefiDriverEntryPoint
  UefiLib
  UefiHiiServicesLib
  HiiLib

[Protocols]
  gEfiHiiConfigAccessProtocolGuid
  gEfiHash2ServiceBindingProtocolGuid
  gEfiHash2ProtocolGuid