]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordPei.inf
SecurityPkg/OpalPassword: Remove HW init codes and consume SSC PPI
[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
112e584b
SZ
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = OpalPasswordPei\r
17 FILE_GUID = DED60489-979C-4B5A-8EE4-4068B0CC38DC\r
18 MODULE_TYPE = PEIM\r
19 VERSION_STRING = 1.0\r
20 ENTRY_POINT = OpalPasswordPeiInit\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64\r
26#\r
27\r
28[Sources]\r
29 OpalPasswordPei.c\r
30 OpalPasswordPei.h\r
31 OpalPasswordCommon.h\r
112e584b
SZ
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 SecurityPkg/SecurityPkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37\r
38[LibraryClasses]\r
39 PeimEntryPoint\r
40 PeiServicesLib\r
41 DebugLib\r
42 IoLib\r
43 PciLib\r
44 BaseLib\r
45 BaseMemoryLib\r
46 MemoryAllocationLib\r
112e584b
SZ
47 LockBoxLib\r
48 TcgStorageOpalLib\r
49 Tcg2PhysicalPresenceLib\r
a3efbc29 50 PeiServicesTablePointerLib\r
112e584b
SZ
51\r
52[Ppis]\r
a3efbc29 53 gEdkiiPeiStorageSecurityCommandPpiGuid ## NOTIFY\r
112e584b
SZ
54\r
55[Depex]\r
56 gEfiPeiMasterBootModePpiGuid\r