]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
ArmPkg: Fix UncachedFreeAlignedPages in UncachedMemoryAllocationLib
[mirror_edk2.git] / ArmPkg / Library / UncachedMemoryAllocationLib / UncachedMemoryAllocationLib.inf
index a48d94eef4a227755a2f55567a284ac595e6185e..3fc16699c917c485eabb8376da22df649380c32d 100644 (file)
@@ -1,5 +1,7 @@
 #/** @file\r
-# Semihosting  serail port lib\r
+#\r
+#  UncachedMemoryAllocation lib that uses DXE Service to change cachability for\r
+#  a buffer.\r
 #\r
 # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
 #\r
@@ -20,7 +22,6 @@
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = UncachedMemoryAllocationLib\r
-  CONSTRUCTOR                    = UncachedMemoryAllocationLibConstructor\r
 \r
 [Sources.common]\r
   UncachedMemoryAllocationLib.c\r
   ArmPkg/ArmPkg.dec\r
   MdePkg/MdePkg.dec\r
 \r
-[Protocols]\r
-  gEfiCpuArchProtocolGuid\r
-\r
 [LibraryClasses]\r
   BaseLib\r
   ArmLib\r
   MemoryAllocationLib\r
   DxeServicesTableLib\r
 \r
-[Depex]\r
-  gEfiCpuArchProtocolGuid    \r
\ No newline at end of file