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