]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/HddPassword/HddPasswordPei.inf
OvmfPkg/Csm/LegacyBiosDxe: Update to make it build for OVMF
[mirror_edk2.git] / SecurityPkg / HddPassword / HddPasswordPei.inf
1 ## @file
2 # HddPassword PEI module which is used to unlock HDD password for S3.
3 #
4 # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = HddPasswordPei
13 FILE_GUID = 91AD7375-8E8E-49D2-A343-68BC78273955
14 MODULE_TYPE = PEIM
15 VERSION_STRING = 1.0
16 ENTRY_POINT = HddPasswordPeiInit
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
22 #
23
24 [Sources]
25 HddPasswordPei.c
26 HddPasswordPei.h
27 HddPasswordCommon.h
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 MdeModulePkg/MdeModulePkg.dec
32
33 [LibraryClasses]
34 PeimEntryPoint
35 PeiServicesLib
36 DebugLib
37 BaseLib
38 BaseMemoryLib
39 MemoryAllocationLib
40 PciLib
41 LockBoxLib
42
43 [Ppis]
44 gEdkiiPeiAtaPassThruPpiGuid ## NOTIFY
45
46 [Depex]
47 gEfiPeiMasterBootModePpiGuid
48