1## @file 2# Component description file for Firmware Volume Block module. 3# 4# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR> 5# 6 7# This program and the accompanying materials are licensed and made available under 8 9# the terms and conditions of the BSD License that accompanies this distribution. 10 11# The full text of the license may be found at 12 13# http://opensource.org/licenses/bsd-license.php. 14 15# 16 17# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 18 19# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 20 21# 22 23# 24# 25## 26 27[Defines] 28 INF_VERSION = 0x00010005 29 BASE_NAME = FvbSmmDxe 30 FILE_GUID = 9E8AD3F4-383D-4ec3-816E-7A4749371290 31 MODULE_TYPE = DXE_DRIVER 32 VERSION_STRING = 1.0 33 ENTRY_POINT = FvbSmmDxeInitialize 34 35# 36# The following information is for reference only and not required by the build tools. 37# 38# VALID_ARCHITECTURES = IA32 X64 39# 40 41[Sources] 42 FvbSmmDxe.c 43 FvbSmmDxe.h 44 FvbSmmCommon.h 45 46[Packages] 47 MdePkg/MdePkg.dec 48 MdeModulePkg/MdeModulePkg.dec 49 50[LibraryClasses] 51 BaseLib 52 UefiBootServicesTableLib 53 DebugLib 54 DxeServicesTableLib 55 UefiDriverEntryPoint 56 PcdLib 57 58[Protocols] 59 gEfiFirmwareVolumeBlockProtocolGuid ## ALWAYS_PRODUCES 60 gEfiSmmCommunicationProtocolGuid 61 gEfiSmmFirmwareVolumeBlockProtocolGuid 62 63[Depex] 64 gEfiSmmCommunicationProtocolGuid 65