]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordPei.inf
SecurityPkg OpalPassword: Add solution without SMM device code
[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
4# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
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
32 OpalAhciMode.c\r
33 OpalAhciMode.h\r
34 OpalNvmeMode.c\r
35 OpalNvmeMode.h\r
36 OpalNvmeReg.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 SecurityPkg/SecurityPkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42\r
43[LibraryClasses]\r
44 PeimEntryPoint\r
45 PeiServicesLib\r
46 DebugLib\r
47 IoLib\r
48 PciLib\r
49 BaseLib\r
50 BaseMemoryLib\r
51 MemoryAllocationLib\r
52 TimerLib\r
53 HobLib\r
54 LockBoxLib\r
55 TcgStorageOpalLib\r
56 Tcg2PhysicalPresenceLib\r
57\r
58[Ppis]\r
59 gEdkiiIoMmuPpiGuid ## SOMETIMES_CONSUMES\r
60 gEfiEndOfPeiSignalPpiGuid ## NOTIFY\r
61\r
62[Depex]\r
63 gEfiPeiMasterBootModePpiGuid\r