]> 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 ec157dd4ecb6591db42168736f4ae4b355fbaac5..5502d851e323327474b0b93f31dad78b3ac1b389 100644 (file)
@@ -1,30 +1,29 @@
 #/** @file\r
-# Component name for module UefiEfiIfrSupportLib\r
-#\r
-# FIX ME!\r
-# Copyright (c) 2007, Intel Corporation. All rights reserved.\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
 #  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
+#  which accompanies this distribution.  The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
 #  \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
+#  \r
 #**/\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
@@ -39,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