]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.inf
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[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
9dc8036d
MK
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7\r
3cbfba02
DW
8# \r\r
9#\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = FvbSmmDxe\r
16 FILE_GUID = 9E8AD3F4-383D-4ec3-816E-7A4749371290\r
17 MODULE_TYPE = DXE_DRIVER\r
18 VERSION_STRING = 1.0\r
19 ENTRY_POINT = FvbSmmDxeInitialize\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
24# VALID_ARCHITECTURES = IA32 X64\r
25#\r
26\r
27[Sources]\r
28 FvbSmmDxe.c\r
29 FvbSmmDxe.h\r
30 FvbSmmCommon.h\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35\r
36[LibraryClasses]\r
37 BaseLib\r
38 UefiBootServicesTableLib\r
39 DebugLib\r
40 DxeServicesTableLib\r
41 UefiDriverEntryPoint\r
42 PcdLib\r
43\r
44[Protocols]\r
45 gEfiFirmwareVolumeBlockProtocolGuid ## ALWAYS_PRODUCES\r
46 gEfiSmmCommunicationProtocolGuid\r
47 gEfiSmmFirmwareVolumeBlockProtocolGuid\r
48\r
49[Depex]\r
50 gEfiSmmCommunicationProtocolGuid\r