]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
ARM Packages: Fixed line endings
[mirror_edk2.git] / ArmPkg / Library / UncachedMemoryAllocationLib / UncachedMemoryAllocationLib.inf
index 7522b1e3583c2b207e9e968f6a437e8b5e849428..a48d94eef4a227755a2f55567a284ac595e6185e 100644 (file)
@@ -1,9 +1,9 @@
 #/** @file\r
 # Semihosting  serail port lib\r
 #\r
-# Copyright (c) 2008 - 2010, Apple Inc.\r
+# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  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
 #  http://opensource.org/licenses/bsd-license.php\r
@@ -20,6 +20,7 @@
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = UncachedMemoryAllocationLib\r
+  CONSTRUCTOR                    = UncachedMemoryAllocationLibConstructor\r
 \r
 [Sources.common]\r
   UncachedMemoryAllocationLib.c\r
   gEfiCpuArchProtocolGuid\r
 \r
 [LibraryClasses]\r
+  BaseLib\r
   ArmLib\r
+  MemoryAllocationLib\r
+  DxeServicesTableLib\r
 \r
-[FixedPcd]\r
-  gArmTokenSpaceGuid.PcdArmUncachedMemoryMask\r
-  
\ No newline at end of file
+[Depex]\r
+  gEfiCpuArchProtocolGuid    \r
\ No newline at end of file