]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordDxe.inf
SecurityPkg OpalPassword: Add solution without SMM device code
[mirror_edk2.git] / SecurityPkg / Tcg / Opal / OpalPassword / OpalPasswordDxe.inf
diff --git a/SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordDxe.inf b/SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordDxe.inf
new file mode 100644 (file)
index 0000000..0ac550a
--- /dev/null
@@ -0,0 +1,81 @@
+## @file\r
+#  This is a OpalPasswordDxe driver.\r
+#\r
+#  This module is used to Management the Opal feature\r
+#  for Opal supported devices.\r
+#\r
+# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
+# are licensed and made available under the terms and conditions of the BSD License\r
+# which accompanies this distribution. The full text of the license may be found at\r
+# http://opensource.org/licenses/bsd-license.php\r
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+##\r
+[Defines]\r
+  INF_VERSION                    = 0x00010007\r
+  BASE_NAME                      = OpalPasswordDxe\r
+  FILE_GUID                      = E3E4048D-6C0C-43E4-AE1C-FFB579D8EF41\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = EfiDriverEntryPoint\r
+  UNLOAD_IMAGE                   = OpalEfiDriverUnload\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#\r
+\r
+[Sources]\r
+  OpalDriver.c\r
+  OpalDriver.h\r
+  OpalPasswordCommon.h\r
+  OpalHii.c\r
+  OpalHii.h\r
+  OpalHiiCallbacks.c\r
+  OpalHiiFormValues.h\r
+  OpalHiiFormStrings.uni\r
+  OpalPasswordForm.vfr\r
+  ComponentName.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  SecurityPkg/SecurityPkg.dec\r
+\r
+[LibraryClasses]\r
+  BaseLib\r
+  MemoryAllocationLib\r
+  UefiBootServicesTableLib\r
+  UefiDriverEntryPoint\r
+  UefiRuntimeServicesTableLib\r
+  DxeServicesTableLib\r
+  UefiHiiServicesLib\r
+  BaseMemoryLib\r
+  DebugLib\r
+  HiiLib\r
+  PrintLib\r
+  DevicePathLib\r
+  UefiLib\r
+  TcgStorageOpalLib\r
+  Tcg2PhysicalPresenceLib\r
+  PciLib\r
+  S3BootScriptLib\r
+  LockBoxLib\r
+\r
+[Protocols]\r
+  gEfiHiiConfigAccessProtocolGuid               ## PRODUCES\r
+  gEfiStorageSecurityCommandProtocolGuid        ## CONSUMES\r
+  gEfiComponentNameProtocolGuid                 ## PRODUCES\r
+  gEfiComponentName2ProtocolGuid                ## PRODUCES\r
+  gEfiBlockIoProtocolGuid                       ## CONSUMES\r
+  gEfiPciIoProtocolGuid                         ## CONSUMES\r
+  gEfiDevicePathToTextProtocolGuid              ## CONSUMES\r
+\r
+[Guids]\r
+  gEfiEndOfDxeEventGroupGuid                    ## CONSUMES             ## Event\r
+\r
+[Depex]\r
+  gEfiHiiStringProtocolGuid AND gEfiHiiDatabaseProtocolGuid\r