]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
ArmPkg: remove UncachedMemoryAllocationLib
[mirror_edk2.git] / ArmPkg / Library / UncachedMemoryAllocationLib / UncachedMemoryAllocationLib.inf
diff --git a/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf b/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
deleted file mode 100644 (file)
index c637430..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-#/** @file\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
-#  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
-#  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
-  BASE_NAME                      = UncachedMemoryAllocationLib\r
-  FILE_GUID                      = DC101A1A-7525-429B-84AF-EEAA630E576C\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = UncachedMemoryAllocationLib\r
-  CONSTRUCTOR                    = UncachedMemoryAllocationLibConstructor\r
-  DESTRUCTOR                     = UncachedMemoryAllocationLibDestructor\r
-\r
-[Sources.common]\r
-  UncachedMemoryAllocationLib.c\r
-\r
-[Packages]\r
-  ArmPkg/ArmPkg.dec\r
-  MdePkg/MdePkg.dec\r
-\r
-[LibraryClasses]\r
-  BaseLib\r
-  ArmLib\r
-  MemoryAllocationLib\r
-  PcdLib\r
-  DxeServicesTableLib\r
-  CacheMaintenanceLib\r
-\r
-[Pcd]\r
-  gArmTokenSpaceGuid.PcdArmFreeUncachedMemorySizeThreshold\r
-\r
-[Protocols]\r
-  gEfiCpuArchProtocolGuid\r
-\r
-[Depex]\r
-  gEfiCpuArchProtocolGuid\r