]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
Add BdsLibUserIdentify API in GenericBdsLib
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / GenericBdsLib / GenericBdsLib.inf
index 2f6ba4b8e688deeb40ba2dfed929db4b633a21aa..dcb0295a4337779b5a80f74c223ebcd53a07d888 100644 (file)
@@ -1,11 +1,11 @@
-#/** @file\r
+## @file\r
 #  \r
 #  General BDS defines and produce general interfaces for platform BDS driver including:\r
 #  1) BDS boot policy interface;\r
 #  2) BDS boot device connect interface;\r
 #  3) BDS Misc interfaces for mainting boot variable, ouput string, etc.\r
 #  \r
-#  Copyright (c) 2007 - 2009, Intel Corporation. <BR>\r
+#  Copyright (c) 2007 - 2010, 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
@@ -14,7 +14,7 @@
 #  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
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -23,6 +23,7 @@
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = GenericBdsLib|DXE_DRIVER UEFI_APPLICATION \r
+  CONSTRUCTOR                    = GenericBdsLibConstructor\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
@@ -39,6 +40,9 @@
   BdsBoot.c\r
   InternalBdsLib.h\r
   Bmp.h\r
+  String.h\r
+  String.c\r
+  GenericBdsStrings.uni\r
   \r
 [Sources.IPF]\r
   Ipf/ShadowRom.c\r
@@ -67,6 +71,7 @@
   TimerLib\r
   PcdLib\r
   DxeServicesLib\r
+  HiiLib\r
 \r
 [Guids]\r
   gEfiVT100PlusGuid                             ## CONSUMES ## GUID (The type of terminal)\r
@@ -90,6 +95,7 @@
 \r
 [Protocols]\r
   gEfiSimpleFileSystemProtocolGuid              # PROTOCOL CONSUMES\r
+  gEfiLoadFileProtocolGuid                      # PROTOCOL CONSUMES\r
   gEfiSimpleTextOutProtocolGuid                 # PROTOCOL CONSUMES\r
   gEfiPciIoProtocolGuid                         # PROTOCOL CONSUMES\r
   gEfiLoadedImageProtocolGuid                   # PROTOCOL CONSUMES\r
   gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES\r
   gEfiOEMBadgingProtocolGuid                    # PROTOCOL CONSUMES\r
   gEfiHiiFontProtocolGuid                       # PROTOCOL CONSUMES\r
+  gEfiUserManagerProtocolGuid                   # PROTOCOL CONSUMES\r
 \r
 [FeaturePcd]\r
   gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r