]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Tcg/Opal/OpalPasswordSmm/OpalPasswordSmm.inf
SecurityPkg OpalPasswordSmm: Consume SmmIoLib.
[mirror_edk2.git] / SecurityPkg / Tcg / Opal / OpalPasswordSmm / OpalPasswordSmm.inf
1 ## @file
2 # This is a Opal Password Smm driver.
3 #
4 # Copyright (c) 2016, 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 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = OpalPasswordSmm
16 FILE_GUID = 7D24A234-A8C2-4718-BF60-A2EF070F414E
17 MODULE_TYPE = DXE_SMM_DRIVER
18 VERSION_STRING = 1.0
19 PI_SPECIFICATION_VERSION = 0x0001000A
20 ENTRY_POINT = OpalPasswordSmmInit
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
26 #
27
28 [Sources]
29 OpalPasswordSmm.c
30 OpalPasswordSmm.h
31 OpalAhciMode.c
32 OpalAhciMode.h
33 OpalIdeMode.c
34 OpalIdeMode.h
35 OpalNvmeMode.c
36 OpalNvmeMode.h
37 OpalNvmeReg.h
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 SecurityPkg/SecurityPkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43
44 [LibraryClasses]
45 UefiBootServicesTableLib
46 UefiDriverEntryPoint
47 UefiRuntimeServicesTableLib
48 DebugLib
49 IoLib
50 PciLib
51 BaseLib
52 BaseMemoryLib
53 SmmServicesTableLib
54 MemoryAllocationLib
55 UefiLib
56 TimerLib
57 S3BootScriptLib
58 DxeServicesTableLib
59 DevicePathLib
60 OpalPasswordSupportLib
61 SmmIoLib
62
63 [Guids]
64 gOpalExtraInfoVariableGuid ## CONSUMES ## GUID
65
66 [Protocols]
67 gEfiSmmSwDispatch2ProtocolGuid ## CONSUMES
68 gEfiAtaPassThruProtocolGuid ## CONSUMES
69 gEfiPciIoProtocolGuid ## CONSUMES
70 gEfiSmmSxDispatch2ProtocolGuid ## CONSUMES
71 gEfiSmmVariableProtocolGuid ## CONSUMES
72 gEfiStorageSecurityCommandProtocolGuid ## CONSUMES
73
74 [Depex]
75 gEfiSmmSwDispatch2ProtocolGuid AND
76 gEfiSmmSxDispatch2ProtocolGuid AND
77 gEfiSmmVariableProtocolGuid