]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / ReportStatusCodeRouter / RuntimeDxe / ReportStatusCodeRouterRuntimeDxe.inf
1 ## @file
2 # Report Status Code Router Driver which produces Report Stataus Code Handler Protocol
3 # and Status Code Runtime Protocol.
4 #
5 # Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = ReportStatusCodeRouterRuntimeDxe
20 FILE_GUID = D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3C
21 MODULE_TYPE = DXE_RUNTIME_DRIVER
22 ENTRY_POINT = GenericStatusCodeRuntimeDxeEntry
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources]
31 ReportStatusCodeRouterRuntimeDxe.c
32 ReportStatusCodeRouterRuntimeDxe.h
33
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38
39 [LibraryClasses]
40 UefiRuntimeLib
41 MemoryAllocationLib
42 BaseMemoryLib
43 UefiBootServicesTableLib
44 UefiDriverEntryPoint
45 HobLib
46 PcdLib
47 DebugLib
48 BaseLib
49 SynchronizationLib
50 UefiLib
51
52 [Guids]
53 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
54
55 [Protocols]
56 gEfiRscHandlerProtocolGuid ## PRODUCES
57 gEfiStatusCodeRuntimeProtocolGuid ## PRODUCES
58
59 [Depex]
60 TRUE