]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib_Edk2.inf
Add .S file for GCC tool-chain for EfiRuntimeLib.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / RuntimeDxe / EfiRuntimeLib / EfiRuntimeLib_Edk2.inf
CommitLineData
4d145a2a 1#/*++\r
2#\r
4b79797e 3# Copyright (c) 2004 - 2008, Intel Corporation \r
4d145a2a 4# All rights reserved. This program and the accompanying materials \r
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
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
4b79797e 40 ia32/CpuFlushCache.c | MSFT\r
b59923ae 41 ia32/CpuFlushCache.asm | INTEL\r
42 ia32/CpuFlushCache.S | GCC\r
4d145a2a 43\r
44[sources.x64]\r
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
b59923ae 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
60\r
61[sources.ebc]\r
62 Ebc/RuntimeLib.c\r
63\r
64[includes.common]\r
65 $(EDK_SOURCE)/Foundation\r
66 $(EDK_SOURCE)/Foundation/Framework\r
67 $(EDK_SOURCE)/Foundation/Efi\r
68 $(EDK_SOURCE)/Foundation/Include\r
69 $(EDK_SOURCE)/Foundation/Efi/Include\r
70 $(EDK_SOURCE)/Foundation/Framework/Include\r
71 $(EDK_SOURCE)/Foundation/Include/IndustryStandard\r
72 $(EDK_SOURCE)/Foundation/Core/Dxe\r
73 $(EDK_SOURCE)/Foundation/Library/Dxe/Include\r
74\r
75[libraries.common]\r
76 EdkGuidLib\r
77 EdkProtocolLib\r
78 EdkFrameworkProtocolLib\r
79 EfiGuidLib\r
80 EfiProtocolLib\r
81 ArchProtocolLib\r
82 EfiCommonLib\r
83\r
84[nmake.common]\r
85\r