]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
Add in the 1st version of ECP.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Dxe / EfiDriverLib / EfiDriverLib.inf
1 #/*++
2 #
3 # Copyright (c) 2004 - 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 # 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 [includes.common]
59 $(EDK_SOURCE)\Foundation
60 $(EDK_SOURCE)\Foundation\Framework
61 $(EDK_SOURCE)\Foundation\Efi
62 $(EDK_SOURCE)\Foundation\Include
63 $(EDK_SOURCE)\Foundation\Efi\Include
64 $(EDK_SOURCE)\Foundation\Framework\Include
65 $(EDK_SOURCE)\Foundation\Include\IndustryStandard
66 $(EDK_SOURCE)\Foundation\Core\Dxe
67 $(EDK_SOURCE)\Foundation\Library\Dxe\Include
68 $(EDK_SOURCE)\Foundation\Cpu\Pentium\Include
69
70 [libraries.common]
71 EdkGuidLib
72 EdkProtocolLib
73 EdkFrameworkProtocolLib
74 EfiGuidLib
75 EfiProtocolLib
76 ArchProtocolLib
77 EfiCommonLib
78
79 [libraries.ia32]
80 CpuIA32Lib
81
82 [libraries.x64]
83 CpuIA32Lib
84
85 [libraries.ipf]
86 CpuIA64Lib
87
88 [nmake.common]