]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/Thunk16/Thunk16Lib_Edk2.inf
aef578e4cdc82224da5fd3467eeaaea0e3849289
[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/Fx.asm | MSFT
39 X64/Fx.asm | INTEL
40
41 [includes.common]
42 .
43 $(EDK_SOURCE)/Foundation/Framework
44 $(EDK_SOURCE)/Foundation/Efi
45 $(EDK_SOURCE)/Foundation
46 $(EDK_SOURCE)/Foundation/Include
47 $(EDK_SOURCE)/Foundation/Efi/Include
48 $(EDK_SOURCE)/Foundation/Framework/Include
49 $(EDK_SOURCE)/Foundation/Include/IndustryStandard
50 $(EDK_SOURCE)/Foundation/Library/Dxe/Include
51
52 [libraries.common]
53
54
55 [nmake.common]