]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
Enhance dec file to follow spec.
[mirror_edk2.git] / MdeModulePkg / Universal / ReportStatusCodeRouter / Smm / ReportStatusCodeRouterSmm.inf
CommitLineData
6bfbb5f0 1## @file\r
202c3279 2# Report Status Code Router Driver which produces Report Stataus Code Handler Protocol\r
3# and Status Code Runtime Protocol.\r
4#\r
e5eed7d3 5# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
202c3279 6#\r
e5eed7d3 7# This program and the accompanying materials\r
202c3279 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
6bfbb5f0 15##\r
202c3279 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = ReportStatusCodeRouterSmm\r
20 FILE_GUID = A6885402-D022-4b0e-A509-4711B90F2A39\r
21 MODULE_TYPE = DXE_SMM_DRIVER\r
22 PI_SPECIFICATION_VERSION = 0x0001000A\r
202c3279 23 ENTRY_POINT = GenericStatusCodeSmmEntry\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64\r
29#\r
30\r
d3308de7 31[Sources]\r
202c3279 32 ReportStatusCodeRouterSmm.c\r
33 ReportStatusCodeRouterSmm.h\r
34\r
202c3279 35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
202c3279 40 SmmServicesTableLib\r
41 UefiDriverEntryPoint\r
42 DebugLib\r
43 BaseLib\r
44 SynchronizationLib\r
d3308de7 45 MemoryAllocationLib\r
202c3279 46\r
47[Protocols]\r
48 gEfiSmmRscHandlerProtocolGuid ## PRODUCES\r
49 gEfiSmmStatusCodeProtocolGuid ## PRODUCES\r
50\r
51[Depex]\r
52 TRUE\r