]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
15e15c80b10ed38d4a5cbfd7757f7a035db38c2b
[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.
9 # Portions Copyright (c) 2010, Apple, Inc. All rights reserved.
10 #
11 # All rights reserved. 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.ARM]
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 Arm/CopyMem.asm
51 Arm/CopyMem.S
52 Arm/SetMem.asm
53 Arm/SetMem.S
54
55
56 [Packages]
57 MdePkg/MdePkg.dec
58
59 [LibraryClasses]
60 DebugLib
61 BaseLib
62