]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
Update the copyright notice format
[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
58[includes.common]\r
e84217e7 59 $(EDK_SOURCE)/Foundation\r
60 $(EDK_SOURCE)/Foundation/Framework\r
61 $(EDK_SOURCE)/Foundation/Efi\r
62 $(EDK_SOURCE)/Foundation/Include\r
63 $(EDK_SOURCE)/Foundation/Efi/Include\r
64 $(EDK_SOURCE)/Foundation/Framework/Include\r
65 $(EDK_SOURCE)/Foundation/Include/IndustryStandard\r
66 $(EDK_SOURCE)/Foundation/Core/Dxe\r
67 $(EDK_SOURCE)/Foundation/Library/Dxe/Include\r
68 $(EDK_SOURCE)/Foundation/Cpu/Pentium/Include\r
3eb9473e 69\r
70[libraries.common]\r
71 EdkGuidLib\r
72 EdkProtocolLib\r
73 EdkFrameworkProtocolLib\r
74 EfiGuidLib\r
75 EfiProtocolLib\r
76 ArchProtocolLib\r
77 EfiCommonLib\r
78\r
79[libraries.ia32]\r
80 CpuIA32Lib\r
81\r
82[libraries.x64]\r
83 CpuIA32Lib\r
84\r
85[libraries.ipf]\r
86 CpuIA64Lib\r
87\r
88[nmake.common]\r