]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / ReportStatusCodeRouter / RuntimeDxe / ReportStatusCodeRouterRuntimeDxe.inf
1 ## @file
2 # Report Status Code Router Driver which produces Report Stataus Code Handler Protocol and Status Code Runtime Protocol.
3 #
4 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = ReportStatusCodeRouterRuntimeDxe
14 MODULE_UNI_FILE = ReportStatusCodeRouterRuntimeDxe.uni
15 FILE_GUID = D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3C
16 MODULE_TYPE = DXE_RUNTIME_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = GenericStatusCodeRuntimeDxeEntry
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64 EBC
24 #
25
26 [Sources]
27 ReportStatusCodeRouterRuntimeDxe.c
28 ReportStatusCodeRouterRuntimeDxe.h
29
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 MdeModulePkg/MdeModulePkg.dec
34
35 [LibraryClasses]
36 UefiRuntimeLib
37 MemoryAllocationLib
38 BaseMemoryLib
39 UefiBootServicesTableLib
40 UefiDriverEntryPoint
41 HobLib
42 DebugLib
43 BaseLib
44 SynchronizationLib
45 UefiLib
46
47 [Guids]
48 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
49
50 [Protocols]
51 gEfiRscHandlerProtocolGuid ## PRODUCES
52 gEfiStatusCodeRuntimeProtocolGuid ## PRODUCES
53
54 [Depex]
55 TRUE
56
57 [UserExtensions.TianoCore."ExtraFiles"]
58 ReportStatusCodeRouterRuntimeDxeExtra.uni