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