]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib_Edk2.inf
3f1e986b5526f046ac73e9bf1f96e52f3bf7f0e6
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / CompilerStub / CompilerStubLib_Edk2.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.ia32]
27 memcpy.c | GCC
28
29 Ia32/memcpyRep1.asm
30 Ia32/memsetRep4.asm
31 # Ia32/memcpy.asm
32 # Ia32/memset.asm
33
34 [sources.x64]
35 memcpy.c | GCC
36
37 x64/memcpyRep4.asm
38 x64/memsetRep4.asm
39 # x64/memcpy.asm
40 # x64/memset.asm
41
42 [sources.ebc]
43 memcpy.c
44 memset.c
45
46 [includes.common]
47 $(EDK_SOURCE)/Foundation
48 $(EDK_SOURCE)/Foundation/Framework
49 $(EDK_SOURCE)/Foundation/Efi
50 $(EDK_SOURCE)/Foundation/Include
51 $(EDK_SOURCE)/Foundation/Efi/Include
52 $(EDK_SOURCE)/Foundation/Framework/Include
53 $(EDK_SOURCE)/Foundation/Include/IndustryStandard
54 $(EDK_SOURCE)
55 $(EDK_SOURCE)/Foundation/Core/Dxe
56 $(EDK_SOURCE)/Foundation/Library/Dxe/Include
57 $(EDK_SOURCE)/Foundation/Include/Pei
58 $(EDK_SOURCE)/Foundation/Library/Pei/Include
59 $(EDK_SOURCE)/Foundation/Framework/Ppi/CpuIo
60 $(EDK_SOURCE)/Foundation/Framework
61
62 [libraries.common]
63
64 [nmake.common]
65
66 [nmake.ia32,nmake.x64]
67 C_FLAGS= $(C_FLAGS) /GL-