]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
Ported more of EdkCompatabilityPkg to ARM to support SCT port.
[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
61\r
3eb9473e 62[includes.common]\r
e84217e7 63 $(EDK_SOURCE)/Foundation\r
64 $(EDK_SOURCE)/Foundation/Framework\r
65 $(EDK_SOURCE)/Foundation/Efi\r
66 $(EDK_SOURCE)/Foundation/Include\r
67 $(EDK_SOURCE)/Foundation/Efi/Include\r
68 $(EDK_SOURCE)/Foundation/Framework/Include\r
69 $(EDK_SOURCE)/Foundation/Include/IndustryStandard\r
70 $(EDK_SOURCE)/Foundation/Core/Dxe\r
71 $(EDK_SOURCE)/Foundation/Library/Dxe/Include\r
72 $(EDK_SOURCE)/Foundation/Cpu/Pentium/Include\r
3eb9473e 73\r
74[libraries.common]\r
75 EdkGuidLib\r
76 EdkProtocolLib\r
77 EdkFrameworkProtocolLib\r
78 EfiGuidLib\r
79 EfiProtocolLib\r
80 ArchProtocolLib\r
81 EfiCommonLib\r
82\r
83[libraries.ia32]\r
84 CpuIA32Lib\r
85\r
86[libraries.x64]\r
87 CpuIA32Lib\r
88\r
89[libraries.ipf]\r
90 CpuIA64Lib\r
c14164f4 91 \r
3eb9473e 92\r
93[nmake.common]\r