]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
EdkCompatibilityPkg/PrintLite: Fix ErrorPrint() wrong NULL char check
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Dxe / EfiDriverLib / EfiDriverLib.inf
CommitLineData
3eb9473e 1#/*++\r
2#\r
4ea9375a
HT
3# Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>\r
4# This program and the accompanying materials \r
3eb9473e 5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11# \r
12# Module Name:\r
13#\r
14# EfiDriverLib.inf\r
15#\r
16# Abstract:\r
17#\r
18# Component description file for the EFI driver library.\r
19#\r
20#--*/\r
21\r
22[defines]\r
23BASE_NAME = EfiDriverLib\r
24COMPONENT_TYPE = LIBRARY\r
25\r
26[sources.common]\r
27 Debug.c\r
28 DevicePath.c\r
29 EfiDriverLib.c\r
30 DxeDriverLib.c\r
31 EfiGetConfigTable.c\r
32 EfiDriverModelLib.c\r
33 Event.c\r
34 Handle.c\r
35 LibGlobalSt.c\r
36 LibGlobalDs.c\r
37 LibGlobalErrorLevel.c\r
38 Lock.c\r
39 EfiLibAllocate.c\r
40 Perf.c\r
41 ReportStatusCode.c\r
42 GetImage.c\r
43\r
e84217e7 44 ../Hob/Hob.c\r
3eb9473e 45\r
46[sources.ia32]\r
fbf172be 47 Ia32/PerformancePrimitives.c\r
3eb9473e 48\r
49[sources.x64]\r
fbf172be 50 X64/PerformancePrimitives.c\r
3eb9473e 51\r
52[sources.ipf]\r
e84217e7 53 Ipf/PerformancePrimitives.s\r
3eb9473e 54\r
55[sources.ebc]\r
e84217e7 56 Ebc/PerformancePrimitives.c\r
3eb9473e 57\r
c14164f4 58[sources.ARM]\r
59 Ebc/PerformancePrimitives.c\r
60\r
373fbc64
HL
61[sources.AArch64]\r
62 Ebc/PerformancePrimitives.c\r
63\r
c14164f4 64\r
3eb9473e 65[includes.common]\r
e84217e7 66 $(EDK_SOURCE)/Foundation\r
67 $(EDK_SOURCE)/Foundation/Framework\r
68 $(EDK_SOURCE)/Foundation/Efi\r
69 $(EDK_SOURCE)/Foundation/Include\r
70 $(EDK_SOURCE)/Foundation/Efi/Include\r
71 $(EDK_SOURCE)/Foundation/Framework/Include\r
72 $(EDK_SOURCE)/Foundation/Include/IndustryStandard\r
73 $(EDK_SOURCE)/Foundation/Core/Dxe\r
74 $(EDK_SOURCE)/Foundation/Library/Dxe/Include\r
75 $(EDK_SOURCE)/Foundation/Cpu/Pentium/Include\r
3eb9473e 76\r
77[libraries.common]\r
78 EdkGuidLib\r
79 EdkProtocolLib\r
80 EdkFrameworkProtocolLib\r
81 EfiGuidLib\r
82 EfiProtocolLib\r
83 ArchProtocolLib\r
84 EfiCommonLib\r
85\r
86[libraries.ia32]\r
87 CpuIA32Lib\r
88\r
89[libraries.x64]\r
90 CpuIA32Lib\r
91\r
92[libraries.ipf]\r
93 CpuIA64Lib\r
373fbc64
HL
94\r
95[libraries.ARM]\r
96 CompilerIntrinsicsLib\r
97\r
98[libraries.AArch64]\r
99 CompilerIntrinsicsLib\r
3eb9473e 100\r
101[nmake.common]\r