]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
PI 1.1 SMM Feature Check-in
[mirror_edk2.git] / MdeModulePkg / Universal / ReportStatusCodeRouter / Smm / ReportStatusCodeRouterSmm.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, Intel Corporation.
6 #
7 # All rights reserved. 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 = ReportStatusCodeRouterSmm
20 FILE_GUID = A6885402-D022-4b0e-A509-4711B90F2A39
21 MODULE_TYPE = DXE_SMM_DRIVER
22 PI_SPECIFICATION_VERSION = 0x0001000A
23
24 ENTRY_POINT = GenericStatusCodeSmmEntry
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64
30 #
31
32 [Sources.common]
33 ReportStatusCodeRouterSmm.c
34 ReportStatusCodeRouterSmm.h
35
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41 [LibraryClasses]
42 UefiRuntimeLib
43 SmmServicesTableLib
44 UefiDriverEntryPoint
45 DebugLib
46 BaseLib
47 SynchronizationLib
48
49 [Protocols]
50 gEfiSmmRscHandlerProtocolGuid ## PRODUCES
51 gEfiSmmStatusCodeProtocolGuid ## PRODUCES
52
53 [Depex]
54 TRUE