]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
BeagleBoardPkg: remove dependency on ArmPkg/BaseMemoryLibStm
[mirror_edk2.git] / ArmPkg / Library / BaseMemoryLibStm / BaseMemoryLibStm.inf
... / ...
CommitLineData
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
8# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
9# Portions copyright (c) 2010, Apple Inc. All rights reserved.<BR>\r
10# Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>\r
11#\r
12# This program and the accompanying materials\r
13# are licensed and made available under the terms and conditions of the BSD License\r
14# which accompanies this distribution. The full text of the license may be found at\r
15# http://opensource.org/licenses/bsd-license.php\r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
19#\r
20##\r
21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = BaseMemoryLibStm\r
25 FILE_GUID = 4D466AF3-2380-448D-A337-E4033F29F3F7\r
26 MODULE_TYPE = BASE\r
27 VERSION_STRING = 1.0\r
28 LIBRARY_CLASS = BaseMemoryLib\r
29\r
30\r
31#\r
32# VALID_ARCHITECTURES = ARM AARCH64\r
33#\r
34\r
35\r
36[Sources.Common]\r
37 ScanMem64Wrapper.c\r
38 ScanMem32Wrapper.c\r
39 ScanMem16Wrapper.c\r
40 ScanMem8Wrapper.c\r
41 ZeroMemWrapper.c\r
42 CompareMemWrapper.c\r
43 SetMem64Wrapper.c\r
44 SetMem32Wrapper.c\r
45 SetMem16Wrapper.c\r
46 SetMemWrapper.c\r
47 CopyMemWrapper.c\r
48 IsZeroBufferWrapper.c\r
49 MemLibGeneric.c\r
50 MemLibGuid.c\r
51 MemLibInternals.h\r
52\r
53[Sources.ARM]\r
54 Arm/CopyMem.asm\r
55 Arm/CopyMem.S\r
56 Arm/SetMem.asm\r
57 Arm/SetMem.S\r
58\r
59[Sources.AARCH64]\r
60 AArch64/CopyMem.c\r
61 AArch64/SetMem.c\r
62\r
63[Packages]\r
64 MdePkg/MdePkg.dec\r
65 ArmPkg/ArmPkg.dec\r
66\r
67[LibraryClasses]\r
68 DebugLib\r
69 BaseLib\r
70\r