]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf
MdeModulePkg/FaultTolerantWriteDxe: implement standalone MM version
[mirror_edk2.git] / IntelFrameworkPkg / Library / FrameworkUefiLib / FrameworkUefiLib.inf
index 7057ef6e264c18f55bbaaf698fe6a2452e0cd1d8..086d898ee7dc2aa25223c29aa638ff92d70c91d3 100644 (file)
@@ -1,11 +1,11 @@
 ## @file\r
 #  Library to abstract Framework extensions that conflict with UEFI 2.0 Specification.\r
 #\r
-#  This library is helpful to port Framework/Tinao code that has conflicts with UEFI 2.0. \r
+#  This library is helpful to port Framework/Tinao code that has conflicts with UEFI 2.0.\r
 #  It hides the old conflicts with library functions and supporting implementations of\r
 #  the old (EDK/EFI 1.10) and new (EDK II/UEFI 2.0) way.\r
 #\r
-#  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   FILE_GUID                      = B2F0D71A-A39F-4094-854B-0C6BA6910CCE\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = UefiLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
+  LIBRARY_CLASS                  = UefiLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
@@ -37,6 +37,7 @@
   Console.c\r
   UefiLib.c\r
   UefiLibInternal.h\r
+  Acpi.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -51,7 +52,7 @@
   BaseLib\r
   UefiBootServicesTableLib\r
   DevicePathLib\r
-  \r
+\r
 [Guids]\r
   gEfiEventReadyToBootGuid                      ## SOMETIMES_CONSUMES  ## Event\r
   gEfiEventLegacyBootGuid                       ## SOMETIMES_CONSUMES  ## Event\r
@@ -61,6 +62,7 @@
   gEfiSimpleTextOutProtocolGuid                 ## SOMETIMES_CONSUMES\r
   gEfiGraphicsOutputProtocolGuid                ## SOMETIMES_CONSUMES\r
   gEfiHiiFontProtocolGuid                       ## SOMETIMES_CONSUMES\r
+  gEfiSimpleFileSystemProtocolGuid              ## SOMETIMES_CONSUMES\r
   gEfiComponentNameProtocolGuid                 ## SOMETIMES_PRODUCES\r
   gEfiComponentName2ProtocolGuid                ## SOMETIMES_PRODUCES\r
   gEfiDriverConfigurationProtocolGuid           ## SOMETIMES_PRODUCES\r