]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf
1) Sync EdkCompatibilityPkg with EDK 1.04. The changes includes:
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / RuntimeDxe / EfiRuntimeLib / EfiRuntimeLib.inf
CommitLineData
3eb9473e 1#/*++\r
2#\r
3# Copyright (c) 2004 - 2007, Intel Corporation \r
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
40\r
41[sources.x64]\r
42 x64\RuntimeLib.c\r
43 x64\IoLib.c\r
44 x64\Lock.c\r
45 x64\PlatformIoLib.c\r
46 x64\Fvb.c\r
c7f33ca4 47 x64\RuntimeLibAsm.asm\r
3eb9473e 48\r
49[sources.ipf]\r
50 Ipf\RuntimeLib.c\r
51 Ipf\Lock.c\r
52 Ipf\Fvb.c\r
53 Ipf\EsalLib.s\r
54 Ipf\IpfCpuCache.s\r
55\r
56[sources.ebc]\r
57 Ebc\RuntimeLib.c\r
58\r
59[includes.common]\r
60 $(EDK_SOURCE)\Foundation\r
61 $(EDK_SOURCE)\Foundation\Framework\r
62 $(EDK_SOURCE)\Foundation\Efi\r
63 $(EDK_SOURCE)\Foundation\Include\r
64 $(EDK_SOURCE)\Foundation\Efi\Include\r
65 $(EDK_SOURCE)\Foundation\Framework\Include\r
66 $(EDK_SOURCE)\Foundation\Include\IndustryStandard\r
67 $(EDK_SOURCE)\Foundation\Core\Dxe\r
68 $(EDK_SOURCE)\Foundation\Library\Dxe\Include\r
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[nmake.common]\r
80\r