]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
3fc16699c917c485eabb8376da22df649380c32d
[mirror_edk2.git] / ArmPkg / Library / UncachedMemoryAllocationLib / UncachedMemoryAllocationLib.inf
1 #/** @file
2 #
3 # UncachedMemoryAllocation lib that uses DXE Service to change cachability for
4 # a buffer.
5 #
6 # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
7 #
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = UncachedMemoryAllocationLib
21 FILE_GUID = DC101A1A-7525-429B-84AF-EEAA630E576C
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = UncachedMemoryAllocationLib
25
26 [Sources.common]
27 UncachedMemoryAllocationLib.c
28
29 [Packages]
30 ArmPkg/ArmPkg.dec
31 MdePkg/MdePkg.dec
32
33 [LibraryClasses]
34 BaseLib
35 ArmLib
36 MemoryAllocationLib
37 DxeServicesTableLib
38