]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalPasswordDxe.inf
SecurityPkg OpalPassword: Add solution without SMM device code
[mirror_edk2.git] / SecurityPkg / Tcg / Opal / OpalPasswordDxe / OpalPasswordDxe.inf
CommitLineData
a06875e1
ED
1## @file\r
2# This is a OpalPasswordDxe driver.\r
3#\r
4# This module is used to Management the Opal feature\r
5# for Opal supported devices.\r
6#\r
7#\r
8# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17[Defines]\r
18 INF_VERSION = 0x00010007\r
19 BASE_NAME = OpalPasswordDxe\r
20 FILE_GUID = E3E4048D-6C0C-43E4-AE1C-FFB579D8EF41\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = EfiDriverEntryPoint\r
24 UNLOAD_IMAGE = OpalEfiDriverUnload\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources]\r
33 OpalDriver.h\r
34 OpalHii.c\r
35 OpalHiiCallbacks.c\r
36 OpalDriver.c\r
37 OpalDriverPrivate.h\r
38 OpalHii.h\r
39 OpalHiiPrivate.h\r
40 OpalHiiFormValues.h\r
41 OpalPasswordForm.vfr\r
42 OpalHiiFormStrings.uni\r
43 ComponentName.c\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec\r
48 SecurityPkg/SecurityPkg.dec\r
49\r
50[LibraryClasses]\r
51 BaseLib\r
52 MemoryAllocationLib\r
53 UefiBootServicesTableLib\r
54 UefiDriverEntryPoint\r
55 UefiHiiServicesLib\r
56 UefiRuntimeServicesTableLib\r
57 BaseMemoryLib\r
58 DebugLib\r
59 HiiLib\r
60 PrintLib\r
61 DevicePathLib\r
62 OpalPasswordSupportLib\r
63 UefiLib\r
64 TcgStorageOpalLib\r
34c2ce65 65 Tcg2PhysicalPresenceLib\r
a06875e1
ED
66\r
67[Protocols]\r
68 gEfiHiiConfigAccessProtocolGuid ## PRODUCES\r
69 gEfiStorageSecurityCommandProtocolGuid ## CONSUMES\r
70 gEfiComponentNameProtocolGuid ## PRODUCES\r
71 gEfiComponentName2ProtocolGuid ## PRODUCES\r
72 gEfiBlockIoProtocolGuid ## CONSUMES\r
73 gEfiSmmCommunicationProtocolGuid ## PRODUCES\r
74 gEfiPciIoProtocolGuid ## CONSUMES\r
75 gEfiDevicePathToTextProtocolGuid ## CONSUMES\r
76\r
77[Guids]\r
78 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
79 gOpalExtraInfoVariableGuid ## PRODUCES ## GUID\r
80\r
a06875e1 81[Depex]\r
f1430748 82 gEfiSmmCommunicationProtocolGuid AND gEfiHiiStringProtocolGuid AND gEfiHiiDatabaseProtocolGuid\r