]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
Add in the 1st version of ECP.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / CompilerStub / CompilerStubLib.inf
1 #/*++
2 #
3 # Copyright (c) 2006 - 2007, Intel Corporation
4 # All rights reserved. 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\memcpy.asm
30 Ia32\memset.asm
31
32 [sources.x64]
33 x64\memcpy.asm
34 x64\memset.asm
35
36 [sources.Ipf]
37 memcpy.c
38 memset.c
39
40 [includes.common]
41 $(EDK_SOURCE)\Foundation
42 $(EDK_SOURCE)\Foundation\Framework
43 $(EDK_SOURCE)\Foundation\Efi
44 $(EDK_SOURCE)\Foundation\Include
45 $(EDK_SOURCE)\Foundation\Efi\Include
46 $(EDK_SOURCE)\Foundation\Framework\Include
47 $(EDK_SOURCE)\Foundation\Include\IndustryStandard
48 $(EDK_SOURCE)
49 $(EDK_SOURCE)\Foundation\Core\Dxe
50 $(EDK_SOURCE)\Foundation\Library\Dxe\Include
51 $(EDK_SOURCE)\Foundation\Include\Pei
52 $(EDK_SOURCE)\Foundation\Library\Pei\Include
53 $(EDK_SOURCE)\Foundation\Framework\Ppi\CpuIo
54 $(EDK_SOURCE)\Foundation\Framework
55
56 [libraries.common]
57
58 [nmake.common]
59
60 [nmake.ia32,nmake.x64]
61 C_FLAGS= $(C_FLAGS) /GL-