]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib_Edk2.inf
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Dxe / EfiDriverLib / EfiDriverLib_Edk2.inf
1 #/*++
2 #
3 # Copyright (c) 2004 - 2006, 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.ipf]
53 Ipf/PerformancePrimitives.s
54 #
55 # Only for CYGWINGCC IPF tool chain, EFI_BREAKPOINT and MEMORY_FENCE
56 # is defined as two functions EcpEfiBreakPoint and EcpMemoryFence.
57 #
58 Ipf/AsmCpuMisc.s | GCC
59
60 [sources.ebc]
61 Ebc/PerformancePrimitives.c
62
63 [includes.common]
64 $(EDK_SOURCE)/Foundation
65 $(EDK_SOURCE)/Foundation/Framework
66 $(EDK_SOURCE)/Foundation/Efi
67 $(EDK_SOURCE)/Foundation/Include
68 $(EDK_SOURCE)/Foundation/Efi/Include
69 $(EDK_SOURCE)/Foundation/Framework/Include
70 $(EDK_SOURCE)/Foundation/Include/IndustryStandard
71 $(EDK_SOURCE)/Foundation/Core/Dxe
72 $(EDK_SOURCE)/Foundation/Library/Dxe/Include
73 $(EDK_SOURCE)/Foundation/Cpu/Pentium/Include
74
75 [libraries.common]
76 EdkGuidLib
77 EdkProtocolLib
78 EdkFrameworkProtocolLib
79 EfiGuidLib
80 EfiProtocolLib
81 ArchProtocolLib
82 EfiCommonLib
83
84 [libraries.ia32]
85 CpuIA32Lib
86
87 [libraries.x64]
88 CpuIA32Lib
89
90 [libraries.ipf]
91 CpuIA64Lib
92
93 [nmake.common]