]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib_Edk2.inf
Maintainers.txt: Remove EdkCompatibilityPkg information
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Dxe / EfiDriverLib / EfiDriverLib_Edk2.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 [includes.common]
56 $(EDK_SOURCE)/Foundation
57 $(EDK_SOURCE)/Foundation/Framework
58 $(EDK_SOURCE)/Foundation/Efi
59 $(EDK_SOURCE)/Foundation/Include
60 $(EDK_SOURCE)/Foundation/Efi/Include
61 $(EDK_SOURCE)/Foundation/Framework/Include
62 $(EDK_SOURCE)/Foundation/Include/IndustryStandard
63 $(EDK_SOURCE)/Foundation/Core/Dxe
64 $(EDK_SOURCE)/Foundation/Library/Dxe/Include
65 $(EDK_SOURCE)/Foundation/Cpu/Pentium/Include
66
67 [libraries.common]
68 EdkGuidLib
69 EdkProtocolLib
70 EdkFrameworkProtocolLib
71 EfiGuidLib
72 EfiProtocolLib
73 ArchProtocolLib
74 EfiCommonLib
75
76 [libraries.ia32]
77 CpuIA32Lib
78
79 [libraries.x64]
80 CpuIA32Lib
81
82 [nmake.common]