1 # 2 # 3 # Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved 4 # 6 # This program and the accompanying materials are licensed and made available under 8 # the terms and conditions of the BSD License that accompanies this distribution. 10 # The full text of the license may be found at 12 # http://opensource.org/licenses/bsd-license.php. 14 # 16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 18 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 20 # 22 # 23 # 24 25 26 [Defines] 27 INF_VERSION = 0x00010005 28 BASE_NAME = FlashDeviceLib 29 FILE_GUID = E38A1C3C-928C-4bf7-B6C1-7F0EF163FAA5 30 MODULE_TYPE = DXE_DRIVER 31 VERSION_STRING = 1.0 32 LIBRARY_CLASS = FlashDeviceLib | DXE_SMM_DRIVER DXE_RUNTIME_DRIVER 33 CONSTRUCTOR = LibFvbFlashDeviceSupportInit 34 35 36 # 37 # The following information is for reference only and not required by the build tools. 38 # 39 # VALID_ARCHITECTURES = IA32 X64 40 # 41 42 [Sources] 43 FlashDeviceLib.c 44 45 46 [Packages] 47 MdePkg/MdePkg.dec 48 MdeModulePkg/MdeModulePkg.dec 49 Vlv2TbltDevicePkg/PlatformPkg.dec 50 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec 51 52 [LibraryClasses] 53 DebugLib 54 55 [Protocols] 56 gEfiSpiProtocolGuid 57 gEfiSmmSpiProtocolGuid 58 gEfiSmmBase2ProtocolGuid 59 60