]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
7ae809e49b004b558d6e75d9cbdb5f636074e36a
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / CompilerStub / CompilerStubLib.inf
1 #/*++
2 #
3 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
4 # This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
8 #
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 # Module Name:
13 #
14 # CompilerStubLib.inf
15 #
16 # Abstract:
17 #
18 # Component description file for the CompilerStub.
19 #
20 #--*/
21
22 [defines]
23 BASE_NAME = CompilerStub
24 COMPONENT_TYPE = LIBRARY
25
26 [sources.common]
27
28 [sources.ia32]
29 Ia32/memcpyRep1.asm | MSFT
30 Ia32/memcpyRep1.asm | INTEL
31 Ia32/memsetRep4.asm | MSFT
32 Ia32/memsetRep4.asm | INTEL
33 memcpy.c | GCC
34 memset.c | GCC
35
36 [sources.x64]
37 x64/memcpyRep4.asm | MSFT
38 x64/memcpyRep4.asm | INTEL
39 x64/memsetRep4.asm | MSFT
40 x64/memsetRep4.asm | INTEL
41 memcpy.c | GCC
42 memset.c | GCC
43
44 [sources.ARM]
45 Dummy.c
46
47 [sources.AARCH64]
48 Dummy.c
49
50 [includes.common]
51 $(EDK_SOURCE)/Foundation
52 $(EDK_SOURCE)/Foundation/Framework
53 $(EDK_SOURCE)/Foundation/Efi
54 $(EDK_SOURCE)/Foundation/Include
55 $(EDK_SOURCE)/Foundation/Efi/Include
56 $(EDK_SOURCE)/Foundation/Framework/Include
57 $(EDK_SOURCE)/Foundation/Include/IndustryStandard
58 $(EDK_SOURCE)
59 $(EDK_SOURCE)/Foundation/Core/Dxe
60 $(EDK_SOURCE)/Foundation/Library/Dxe/Include
61 $(EDK_SOURCE)/Foundation/Include/Pei
62 $(EDK_SOURCE)/Foundation/Library/Pei/Include
63 $(EDK_SOURCE)/Foundation/Framework/Ppi/CpuIo
64 $(EDK_SOURCE)/Foundation/Framework
65
66 [libraries.common]
67
68 [libraries.ARM]
69 CompilerIntrinsicsLib
70
71 [libraries.AArch64]
72 CompilerIntrinsicsLib
73
74 [nmake.common]
75
76 [nmake.ia32,nmake.x64]
77 C_FLAGS= $(C_FLAGS) /GL-