]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/HddPassword/HddPasswordPei.inf
SecurityPkg/HddPassword: Add Security feature set support for ATA dev
[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 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = HddPasswordPei
19 FILE_GUID = 91AD7375-8E8E-49D2-A343-68BC78273955
20 MODULE_TYPE = PEIM
21 VERSION_STRING = 1.0
22 ENTRY_POINT = HddPasswordPeiInit
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources]
31 HddPasswordPei.c
32 HddPasswordPei.h
33 HddPasswordCommon.h
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38
39 [LibraryClasses]
40 PeimEntryPoint
41 PeiServicesLib
42 DebugLib
43 BaseLib
44 BaseMemoryLib
45 MemoryAllocationLib
46 PciLib
47 LockBoxLib
48
49 [Ppis]
50 gEdkiiPeiAtaPassThruPpiGuid ## NOTIFY
51
52 [Depex]
53 gEfiPeiMasterBootModePpiGuid
54