]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.inf
MdeModulePkg/PciSioSerial: Fix bad EOL
[mirror_edk2.git] / Vlv2TbltDevicePkg / FvbRuntimeDxe / FvbSmmDxe.inf
CommitLineData
3cbfba02
DW
1## @file\r
2# Component description file for Firmware Volume Block module.\r
3#\r
4# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
5# \r\r
6# This program and the accompanying materials are licensed and made available under\r\r
7# the terms and conditions of the BSD License that accompanies this distribution. \r\r
8# The full text of the license may be found at \r\r
9# http://opensource.org/licenses/bsd-license.php. \r\r
10# \r\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
13# \r\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = FvbSmmDxe\r
21 FILE_GUID = 9E8AD3F4-383D-4ec3-816E-7A4749371290\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = FvbSmmDxeInitialize\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
32[Sources]\r
33 FvbSmmDxe.c\r
34 FvbSmmDxe.h\r
35 FvbSmmCommon.h\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
43 UefiBootServicesTableLib\r
44 DebugLib\r
45 DxeServicesTableLib\r
46 UefiDriverEntryPoint\r
47 PcdLib\r
48\r
49[Protocols]\r
50 gEfiFirmwareVolumeBlockProtocolGuid ## ALWAYS_PRODUCES\r
51 gEfiSmmCommunicationProtocolGuid\r
52 gEfiSmmFirmwareVolumeBlockProtocolGuid\r
53\r
54[Depex]\r
55 gEfiSmmCommunicationProtocolGuid\r