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