]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/Thunk16/Thunk16Lib_Edk2.inf
Add Fx.s
[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/Fx.asm | MSFT
31 Ia32/Fx.asm | INTEL
32 Ia32/Fx.S | GCC
33
34 [sources.x64]
35 X64/Thunk16.asm | MSFT
36 X64/Thunk16.asm | INTEL
37 X64/Fx.asm | MSFT
38 X64/Fx.asm | INTEL
39
40 [includes.common]
41 .
42 $(EDK_SOURCE)/Foundation/Framework
43 $(EDK_SOURCE)/Foundation/Efi
44 $(EDK_SOURCE)/Foundation
45 $(EDK_SOURCE)/Foundation/Include
46 $(EDK_SOURCE)/Foundation/Efi/Include
47 $(EDK_SOURCE)/Foundation/Framework/Include
48 $(EDK_SOURCE)/Foundation/Include/IndustryStandard
49 $(EDK_SOURCE)/Foundation/Library/Dxe/Include
50
51 [libraries.common]
52
53
54 [nmake.common]