]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf
Add in the 1st version of ECP.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / RuntimeDxe / EfiRuntimeLib / EfiRuntimeLib.inf
1 #/*++
2 #
3 # Copyright (c) 2004 - 2007, Intel Corporation
4 # All rights reserved. This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
8 #
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 # Module Name:
13 #
14 # EfiRuntimeLib.inf
15 #
16 # Abstract:
17 #
18 # Component description file for the EFI runtime library.
19 #
20 #--*/
21
22 [defines]
23 BASE_NAME = EfiRuntimeLib
24 COMPONENT_TYPE = LIBRARY
25
26 [sources.common]
27 Debug.c
28 Event.c
29 Io.c
30 LibGlobals.c
31 GetImage.c
32 RtDevicePath.c
33
34 [sources.ia32]
35 Ia32\RuntimeLib.c
36 Ia32\IoLib.c
37 Ia32\Lock.c
38 Ia32\PlatformIoLib.c
39 Ia32\Fvb.c
40
41 [sources.x64]
42 x64\RuntimeLib.c
43 x64\IoLib.c
44 x64\Lock.c
45 x64\PlatformIoLib.c
46 x64\Fvb.c
47
48 [sources.ipf]
49 Ipf\RuntimeLib.c
50 Ipf\Lock.c
51 Ipf\Fvb.c
52 Ipf\EsalLib.s
53 Ipf\IpfCpuCache.s
54
55 [sources.ebc]
56 Ebc\RuntimeLib.c
57
58 [includes.common]
59 $(EDK_SOURCE)\Foundation
60 $(EDK_SOURCE)\Foundation\Framework
61 $(EDK_SOURCE)\Foundation\Efi
62 $(EDK_SOURCE)\Foundation\Include
63 $(EDK_SOURCE)\Foundation\Efi\Include
64 $(EDK_SOURCE)\Foundation\Framework\Include
65 $(EDK_SOURCE)\Foundation\Include\IndustryStandard
66 $(EDK_SOURCE)\Foundation\Core\Dxe
67 $(EDK_SOURCE)\Foundation\Library\Dxe\Include
68
69 [libraries.common]
70 EdkGuidLib
71 EdkProtocolLib
72 EdkFrameworkProtocolLib
73 EfiGuidLib
74 EfiProtocolLib
75 ArchProtocolLib
76 EfiCommonLib
77
78 [nmake.common]
79