]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordPei.inf
SecurityPkg/OpalPassword: Add PCD to skip password prompt
[mirror_edk2.git] / SecurityPkg / Tcg / Opal / OpalPassword / OpalPasswordPei.inf
CommitLineData
112e584b
SZ
1## @file\r
2# This is a Opal Password PEI driver.\r
3#\r
a3efbc29 4# Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.<BR>\r
289b714b 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
112e584b
SZ
6#\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = OpalPasswordPei\r
12 FILE_GUID = DED60489-979C-4B5A-8EE4-4068B0CC38DC\r
13 MODULE_TYPE = PEIM\r
14 VERSION_STRING = 1.0\r
15 ENTRY_POINT = OpalPasswordPeiInit\r
16\r
17#\r
18# The following information is for reference only and not required by the build tools.\r
19#\r
20# VALID_ARCHITECTURES = IA32 X64\r
21#\r
22\r
23[Sources]\r
24 OpalPasswordPei.c\r
25 OpalPasswordPei.h\r
26 OpalPasswordCommon.h\r
112e584b
SZ
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 SecurityPkg/SecurityPkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32\r
33[LibraryClasses]\r
34 PeimEntryPoint\r
35 PeiServicesLib\r
36 DebugLib\r
37 IoLib\r
38 PciLib\r
39 BaseLib\r
40 BaseMemoryLib\r
41 MemoryAllocationLib\r
112e584b
SZ
42 LockBoxLib\r
43 TcgStorageOpalLib\r
44 Tcg2PhysicalPresenceLib\r
a3efbc29 45 PeiServicesTablePointerLib\r
112e584b
SZ
46\r
47[Ppis]\r
a3efbc29 48 gEdkiiPeiStorageSecurityCommandPpiGuid ## NOTIFY\r
112e584b
SZ
49\r
50[Depex]\r
51 gEfiPeiMasterBootModePpiGuid\r