]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / RuntimeDxe / EfiRuntimeLib / EfiRuntimeLib.inf
CommitLineData
3eb9473e 1#/*++\r
2#\r
4ea9375a
HT
3# Copyright (c) 2004 - 2008, 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# EfiRuntimeLib.inf\r
15#\r
16# Abstract:\r
17#\r
18# Component description file for the EFI runtime library.\r
19#\r
20#--*/\r
21\r
22[defines]\r
23BASE_NAME = EfiRuntimeLib\r
24COMPONENT_TYPE = LIBRARY\r
25\r
26[sources.common]\r
27 Debug.c\r
28 Event.c\r
29 Io.c\r
30 LibGlobals.c\r
31 GetImage.c\r
32 RtDevicePath.c\r
33\r
34[sources.ia32]\r
fbf172be 35 Ia32/RuntimeLib.c\r
36 Ia32/IoLib.c\r
37 Ia32/Lock.c\r
38 Ia32/PlatformIoLib.c\r
39 Ia32/Fvb.c\r
40 Ia32/CpuFlushCache.c\r
3eb9473e 41\r
42[sources.x64]\r
fbf172be 43 X64/RuntimeLib.c\r
44 X64/IoLib.c\r
45 X64/Lock.c\r
46 X64/PlatformIoLib.c\r
47 X64/Fvb.c\r
48 X64/RuntimeLibAsm.asm\r
3eb9473e 49\r
50[sources.ipf]\r
e84217e7 51 Ipf/RuntimeLib.c\r
52 Ipf/Lock.c\r
53 Ipf/Fvb.c\r
54 Ipf/EsalLib.s\r
55 Ipf/IpfCpuCache.s\r
3eb9473e 56\r
57[sources.ebc]\r
e84217e7 58 Ebc/RuntimeLib.c\r
3eb9473e 59\r
60[includes.common]\r
e84217e7 61 $(EDK_SOURCE)/Foundation\r
62 $(EDK_SOURCE)/Foundation/Framework\r
63 $(EDK_SOURCE)/Foundation/Efi\r
64 $(EDK_SOURCE)/Foundation/Include\r
65 $(EDK_SOURCE)/Foundation/Efi/Include\r
66 $(EDK_SOURCE)/Foundation/Framework/Include\r
67 $(EDK_SOURCE)/Foundation/Include/IndustryStandard\r
68 $(EDK_SOURCE)/Foundation/Core/Dxe\r
69 $(EDK_SOURCE)/Foundation/Library/Dxe/Include\r
3eb9473e 70\r
71[libraries.common]\r
72 EdkGuidLib\r
73 EdkProtocolLib\r
74 EdkFrameworkProtocolLib\r
75 EfiGuidLib\r
76 EfiProtocolLib\r
77 ArchProtocolLib\r
78 EfiCommonLib\r
79\r
80[nmake.common]\r
81\r