]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
Maintainers.txt: Remove EdkCompatibilityPkg information
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Dxe / EfiDriverLib / EfiDriverLib.inf
1 #/*++
2 #
3 # Copyright (c) 2004 - 2018, 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.ebc]
53 Ebc/PerformancePrimitives.c
54
55 [sources.ARM]
56 Ebc/PerformancePrimitives.c
57
58 [sources.AArch64]
59 Ebc/PerformancePrimitives.c
60
61
62 [includes.common]
63 $(EDK_SOURCE)/Foundation
64 $(EDK_SOURCE)/Foundation/Framework
65 $(EDK_SOURCE)/Foundation/Efi
66 $(EDK_SOURCE)/Foundation/Include
67 $(EDK_SOURCE)/Foundation/Efi/Include
68 $(EDK_SOURCE)/Foundation/Framework/Include
69 $(EDK_SOURCE)/Foundation/Include/IndustryStandard
70 $(EDK_SOURCE)/Foundation/Core/Dxe
71 $(EDK_SOURCE)/Foundation/Library/Dxe/Include
72 $(EDK_SOURCE)/Foundation/Cpu/Pentium/Include
73
74 [libraries.common]
75 EdkGuidLib
76 EdkProtocolLib
77 EdkFrameworkProtocolLib
78 EfiGuidLib
79 EfiProtocolLib
80 ArchProtocolLib
81 EfiCommonLib
82
83 [libraries.ia32]
84 CpuIA32Lib
85
86 [libraries.x64]
87 CpuIA32Lib
88
89 [libraries.ARM]
90 CompilerIntrinsicsLib
91
92 [libraries.AArch64]
93 CompilerIntrinsicsLib
94
95 [nmake.common]