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