]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/Thunk16/Thunk16Lib_Edk2.inf
Changing source filename to match name changing.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Thunk16 / Thunk16Lib_Edk2.inf
1 #/*++
2 #
3 # Copyright (c) 2006, 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 # Thunk16Lib.inf
15 #
16 # Abstract:
17 #
18 #--*/
19
20 [defines]
21 BASE_NAME = Thunk16Lib
22 COMPONENT_TYPE = LIBRARY
23
24 [sources.common]
25 X86Thunk.c
26
27 [sources.ia32]
28 Ia32/Thunk16.asm | MSFT
29 Ia32/Thunk16.asm | INTEL
30 Ia32/Thunk16.S | GCC
31 Ia32/Fx.asm | MSFT
32 Ia32/Fx.asm | INTEL
33 Ia32/Fx.S | GCC
34
35 [sources.x64]
36 X64/Thunk16.asm | MSFT
37 X64/Thunk16.asm | INTEL
38 X64/Thunk16.S | GCC
39 X64/Fx.asm | MSFT
40 X64/Fx.asm | INTEL
41 X64/Fx.S | GCC
42
43 [includes.common]
44 .
45 $(EDK_SOURCE)/Foundation/Framework
46 $(EDK_SOURCE)/Foundation/Efi
47 $(EDK_SOURCE)/Foundation
48 $(EDK_SOURCE)/Foundation/Include
49 $(EDK_SOURCE)/Foundation/Efi/Include
50 $(EDK_SOURCE)/Foundation/Framework/Include
51 $(EDK_SOURCE)/Foundation/Include/IndustryStandard
52 $(EDK_SOURCE)/Foundation/Library/Dxe/Include
53
54 [libraries.common]
55
56
57 [nmake.common]