]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
Move MdeModuleHii.h into Include\Guid directory
[mirror_edk2.git] / MdeModulePkg / Library / ExtendedIfrSupportLib / ExtendedIfrSupportLib.inf
index 08eb4de130c4d6a75ddd9c67f7a1d28235c675b4..5502d851e323327474b0b93f31dad78b3ac1b389 100644 (file)
@@ -1,6 +1,9 @@
 #/** @file\r
-#  \r
-#    Component name for module UefiEfiIfrSupportLib\r
+#  Library instance for ExtendedIfrSupportLib.\r
+#\r
+#  This library instance implements the API which is\r
+#  related to IFR operations but reference data structures \r
+#  that are not defined in UEFI specification, for example EFI_IFR_GUID_LABEL.\r
 #  \r
 #  Copyright (c) 2007 - 2008, Intel Corporation. <BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = MdeModuleIfrSupportLib\r
+  BASE_NAME                      = ExtendedIfrSupportLib\r
   FILE_GUID                      = A47B68BA-5177-4b2d-891E-4722FA5323F8\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = ExtendedIfrSupportLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   CONSTRUCTOR                    = ExtendedIfrSupportLibConstructor\r
 \r
 \r
@@ -37,9 +38,6 @@
   Form.c\r
   LibraryInternal.h\r
   IfrOpCodeCreation.c\r
-  R8Lib.h\r
-  R8Lib.c\r
-\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   PcdLib\r
 \r
 [Guids]\r
-  gEfiGlobalVariableGuid                        # ALWAYS_CONSUMED\r
+  gEfiIfrTianoGuid                   ## CONSUMES  ## GUID\r
 \r
 [Protocols]\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiHiiDatabaseProtocolGuid\r
-  gEfiHiiStringProtocolGuid\r
-  gEfiHiiConfigRoutingProtocolGuid\r
-  gEfiFormBrowser2ProtocolGuid   \r
+  gEfiHiiDatabaseProtocolGuid        ## CONSUMES\r
+  gEfiHiiStringProtocolGuid          ## CONSUMES\r
 \r
-[Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
+[Depex]\r
+  gEfiHiiDatabaseProtocolGuid AND\r
+  gEfiHiiStringProtocolGuid\r