]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib_Edk2.inf
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / RuntimeDxe / EfiRuntimeLib / EfiRuntimeLib_Edk2.inf
CommitLineData
4d145a2a 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
4d145a2a 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 | MSFT\r
41 Ia32/CpuFlushCache.asm | INTEL\r
42 Ia32/CpuFlushCache.S | GCC\r
4d145a2a 43\r
44[sources.x64]\r
fbf172be 45 X64/RuntimeLib.c\r
46 X64/IoLib.c\r
47 X64/Lock.c\r
48 X64/PlatformIoLib.c\r
49 X64/Fvb.c\r
50 X64/RuntimeLibAsm.asm | MSFT\r
51 X64/RuntimeLibAsm.asm | INTEL\r
52 X64/RuntimeLibAsm.S | GCC\r
4d145a2a 53\r
54[sources.ipf]\r
55 Ipf/RuntimeLib.c\r
56 Ipf/Lock.c\r
57 Ipf/Fvb.c\r
58 Ipf/EsalLib.s\r
59 Ipf/IpfCpuCache.s\r
f90eb36c 60 #\r
61 # Only for CYGWINGCC IPF tool chain, EFI_BREAKPOINT and MEMORY_FENCE\r
62 # is defined as two functions EcpEfiBreakPoint and EcpMemoryFence.\r
63 #\r
64 Ipf/AsmCpuMisc.s | GCC\r
4d145a2a 65\r
66[sources.ebc]\r
67 Ebc/RuntimeLib.c\r
68\r
69[includes.common]\r
70 $(EDK_SOURCE)/Foundation\r
71 $(EDK_SOURCE)/Foundation/Framework\r
72 $(EDK_SOURCE)/Foundation/Efi\r
73 $(EDK_SOURCE)/Foundation/Include\r
74 $(EDK_SOURCE)/Foundation/Efi/Include\r
75 $(EDK_SOURCE)/Foundation/Framework/Include\r
76 $(EDK_SOURCE)/Foundation/Include/IndustryStandard\r
77 $(EDK_SOURCE)/Foundation/Core/Dxe\r
78 $(EDK_SOURCE)/Foundation/Library/Dxe/Include\r
79\r
80[libraries.common]\r
81 EdkGuidLib\r
82 EdkProtocolLib\r
83 EdkFrameworkProtocolLib\r
84 EfiGuidLib\r
85 EfiProtocolLib\r
86 ArchProtocolLib\r
87 EfiCommonLib\r
88\r
89[nmake.common]\r
90\r