]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordPei.inf
SecurityPkg OpalPassword: Add solution without SMM device code
[mirror_edk2.git] / SecurityPkg / Tcg / Opal / OpalPassword / OpalPasswordPei.inf
1 ## @file
2 # This is a Opal Password PEI driver.
3 #
4 # Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = OpalPasswordPei
17 FILE_GUID = DED60489-979C-4B5A-8EE4-4068B0CC38DC
18 MODULE_TYPE = PEIM
19 VERSION_STRING = 1.0
20 ENTRY_POINT = OpalPasswordPeiInit
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64
26 #
27
28 [Sources]
29 OpalPasswordPei.c
30 OpalPasswordPei.h
31 OpalPasswordCommon.h
32 OpalAhciMode.c
33 OpalAhciMode.h
34 OpalNvmeMode.c
35 OpalNvmeMode.h
36 OpalNvmeReg.h
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 SecurityPkg/SecurityPkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42
43 [LibraryClasses]
44 PeimEntryPoint
45 PeiServicesLib
46 DebugLib
47 IoLib
48 PciLib
49 BaseLib
50 BaseMemoryLib
51 MemoryAllocationLib
52 TimerLib
53 HobLib
54 LockBoxLib
55 TcgStorageOpalLib
56 Tcg2PhysicalPresenceLib
57
58 [Ppis]
59 gEdkiiIoMmuPpiGuid ## SOMETIMES_CONSUMES
60 gEfiEndOfPeiSignalPpiGuid ## NOTIFY
61
62 [Depex]
63 gEfiPeiMasterBootModePpiGuid