Home | History | Annotate | Download | only in Thunk16
      1 #/*++
      2 #
      3 #  Copyright (c) 2006, 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 #     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
     29   Ia32/Fx.asm
     30 
     31 [sources.x64]
     32   X64/Thunk16.asm
     33   X64/Fx.asm
     34 
     35 [includes.common]
     36   .
     37   $(EDK_SOURCE)/Foundation/Framework
     38   $(EDK_SOURCE)/Foundation/Efi
     39   $(EDK_SOURCE)/Foundation
     40   $(EDK_SOURCE)/Foundation/Include
     41   $(EDK_SOURCE)/Foundation/Efi/Include
     42   $(EDK_SOURCE)/Foundation/Framework/Include
     43   $(EDK_SOURCE)/Foundation/Include/IndustryStandard
     44   $(EDK_SOURCE)/Foundation/Library/Dxe/Include
     45 
     46 [libraries.common]
     47 
     48 
     49 [nmake.common]
     50