]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
7d82b12ab2fdbcfe08b800028c650e7c5ea718af
[mirror_edk2.git] / ArmPkg / Library / BaseMemoryLibStm / BaseMemoryLibStm.inf
1 ## @file
2 # Instance of Base Memory Library with some ARM ldm/stm assembly.
3 #
4 # This is a copy of the MdePkg BaseMemoryLib with the CopyMem and
5 # SetMem worker functions replaced with assembler that uses
6 # ldm/stm.
7 #
8 # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
9 # Portions copyright (c) 2010, Apple Inc. All rights reserved.<BR>
10 #
11 # This program and the accompanying materials
12 # are licensed and made available under the terms and conditions of the BSD License
13 # which accompanies this distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 #
19 ##
20
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = BaseMemoryLibStm
24 FILE_GUID = 4D466AF3-2380-448D-A337-E4033F29F3F7
25 MODULE_TYPE = BASE
26 VERSION_STRING = 1.0
27 LIBRARY_CLASS = BaseMemoryLib
28
29
30 #
31 # VALID_ARCHITECTURES = ARM
32 #
33
34
35 [Sources.Common]
36 ScanMem64Wrapper.c
37 ScanMem32Wrapper.c
38 ScanMem16Wrapper.c
39 ScanMem8Wrapper.c
40 ZeroMemWrapper.c
41 CompareMemWrapper.c
42 SetMem64Wrapper.c
43 SetMem32Wrapper.c
44 SetMem16Wrapper.c
45 SetMemWrapper.c
46 CopyMemWrapper.c
47 MemLibGeneric.c
48 MemLibGuid.c
49 MemLibInternals.h
50
51 [Sources.ARM]
52 Arm/CopyMem.asm
53 Arm/CopyMem.S
54 Arm/SetMem.asm
55 Arm/SetMem.S
56
57
58 [Packages]
59 MdePkg/MdePkg.dec
60
61 [LibraryClasses]
62 DebugLib
63 BaseLib
64