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