]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
Fix a bug for vlan ping failure.
[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
63971079 5# Copyright (c) 2009 - 2011, 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
63971079 23 VERSION_STRING = 1.0 \r
202c3279 24 ENTRY_POINT = GenericStatusCodeSmmEntry\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64\r
30#\r
31\r
d3308de7 32[Sources]\r
202c3279 33 ReportStatusCodeRouterSmm.c\r
34 ReportStatusCodeRouterSmm.h\r
35\r
202c3279 36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[LibraryClasses]\r
202c3279 41 SmmServicesTableLib\r
42 UefiDriverEntryPoint\r
43 DebugLib\r
44 BaseLib\r
45 SynchronizationLib\r
d3308de7 46 MemoryAllocationLib\r
202c3279 47\r
48[Protocols]\r
49 gEfiSmmRscHandlerProtocolGuid ## PRODUCES\r
50 gEfiSmmStatusCodeProtocolGuid ## PRODUCES\r
51\r
52[Depex]\r
53 TRUE\r