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