]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf
edk2/EdkCompatibilityPkg/**
[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 x64/RuntimeLibAsm.asm
48
49 [sources.ipf]
50 Ipf/RuntimeLib.c
51 Ipf/Lock.c
52 Ipf/Fvb.c
53 Ipf/EsalLib.s
54 Ipf/IpfCpuCache.s
55
56 [sources.ebc]
57 Ebc/RuntimeLib.c
58
59 [includes.common]
60 $(EDK_SOURCE)/Foundation
61 $(EDK_SOURCE)/Foundation/Framework
62 $(EDK_SOURCE)/Foundation/Efi
63 $(EDK_SOURCE)/Foundation/Include
64 $(EDK_SOURCE)/Foundation/Efi/Include
65 $(EDK_SOURCE)/Foundation/Framework/Include
66 $(EDK_SOURCE)/Foundation/Include/IndustryStandard
67 $(EDK_SOURCE)/Foundation/Core/Dxe
68 $(EDK_SOURCE)/Foundation/Library/Dxe/Include
69
70 [libraries.common]
71 EdkGuidLib
72 EdkProtocolLib
73 EdkFrameworkProtocolLib
74 EfiGuidLib
75 EfiProtocolLib
76 ArchProtocolLib
77 EfiCommonLib
78
79 [nmake.common]
80