]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / ReportStatusCodeRouter / Smm / ReportStatusCodeRouterSmm.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# Report Status Code Router Driver which produces SMM Report Stataus Code Handler Protocol and SMM Status Code Protocol.\r
202c3279 3#\r
6036e94d 4# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
202c3279 5#\r
e5eed7d3 6# This program and the accompanying materials\r
202c3279 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
6bfbb5f0 14##\r
202c3279 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = ReportStatusCodeRouterSmm\r
6036e94d 19 MODULE_UNI_FILE = ReportStatusCodeRouterSmm.uni\r
202c3279 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
6036e94d
SZ
54\r
55[UserExtensions.TianoCore."ExtraFiles"]\r
56 ReportStatusCodeRouterSmmExtra.uni\r