Home | History | Annotate | Download | only in EfiDriverLib
      1 #/*++
      2 #
      3 # Copyright (c) 2004 - 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 #   EfiDriverLib.inf
     15 #
     16 #  Abstract:
     17 #
     18 #    Component description file for the EFI driver library.
     19 #
     20 #--*/
     21 
     22 [defines]
     23 BASE_NAME       = EfiDriverLib
     24 COMPONENT_TYPE  = LIBRARY
     25 
     26 [sources.common]
     27   Debug.c
     28   DevicePath.c
     29   EfiDriverLib.c
     30   DxeDriverLib.c
     31   EfiGetConfigTable.c
     32   EfiDriverModelLib.c
     33   Event.c
     34   Handle.c
     35   LibGlobalSt.c
     36   LibGlobalDs.c
     37   LibGlobalErrorLevel.c
     38   Lock.c
     39   EfiLibAllocate.c
     40   Perf.c
     41   ReportStatusCode.c
     42   GetImage.c
     43 
     44   ../Hob/Hob.c
     45 
     46 [sources.ia32]
     47   Ia32/PerformancePrimitives.c
     48 
     49 [sources.x64]
     50   X64/PerformancePrimitives.c
     51 
     52 [sources.ipf]
     53   Ipf/PerformancePrimitives.s
     54 
     55 [sources.ebc]
     56   Ebc/PerformancePrimitives.c
     57 
     58 [sources.ARM]
     59   Ebc/PerformancePrimitives.c
     60 
     61 [sources.AArch64]
     62   Ebc/PerformancePrimitives.c
     63 
     64 
     65 [includes.common]
     66   $(EDK_SOURCE)/Foundation
     67   $(EDK_SOURCE)/Foundation/Framework
     68   $(EDK_SOURCE)/Foundation/Efi
     69   $(EDK_SOURCE)/Foundation/Include
     70   $(EDK_SOURCE)/Foundation/Efi/Include
     71   $(EDK_SOURCE)/Foundation/Framework/Include
     72   $(EDK_SOURCE)/Foundation/Include/IndustryStandard
     73   $(EDK_SOURCE)/Foundation/Core/Dxe
     74   $(EDK_SOURCE)/Foundation/Library/Dxe/Include
     75   $(EDK_SOURCE)/Foundation/Cpu/Pentium/Include
     76 
     77 [libraries.common]
     78   EdkGuidLib
     79   EdkProtocolLib
     80   EdkFrameworkProtocolLib
     81   EfiGuidLib
     82   EfiProtocolLib
     83   ArchProtocolLib
     84   EfiCommonLib
     85 
     86 [libraries.ia32]
     87   CpuIA32Lib
     88 
     89 [libraries.x64]
     90   CpuIA32Lib
     91 
     92 [libraries.ipf]
     93   CpuIA64Lib
     94 
     95 [libraries.ARM]
     96   CompilerIntrinsicsLib
     97 
     98 [libraries.AArch64]
     99   CompilerIntrinsicsLib
    100 
    101 [nmake.common]
    102