]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLib.inf
IntelFrameworkModulePkg: Refine casting expression result to bigger size
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / FlashDeviceLib / FlashDeviceLib.inf
CommitLineData
3cbfba02
DW
1#\r
2#\r
7a0a32f1
JY
3# Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved\r
4#\r
5# This program and the accompanying materials are licensed and made available under\r
6# the terms and conditions of the BSD License that accompanies this distribution.\r
7# The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php.\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
3cbfba02
DW
13#\r
14#\r
15\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
7a0a32f1 19 BASE_NAME = FlashDeviceLibRuntimeSmm\r
3cbfba02
DW
20 FILE_GUID = E38A1C3C-928C-4bf7-B6C1-7F0EF163FAA5\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = FlashDeviceLib | DXE_SMM_DRIVER DXE_RUNTIME_DRIVER\r
7a0a32f1 24 CONSTRUCTOR = LibFvbFlashDeviceSupportInit\r
3cbfba02
DW
25\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64\r
31#\r
32\r
33[Sources]\r
34 FlashDeviceLib.c\r
7a0a32f1 35 FlashDeviceLibDxeRuntimeSmm.c\r
3cbfba02
DW
36\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41 Vlv2TbltDevicePkg/PlatformPkg.dec\r
42 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec\r
43\r
44[LibraryClasses]\r
45 DebugLib\r
46\r
7a0a32f1
JY
47[Guids]\r
48 gEfiEventVirtualAddressChangeGuid\r
49\r
3cbfba02
DW
50[Protocols]\r
51 gEfiSpiProtocolGuid\r
52 gEfiSmmSpiProtocolGuid\r
53 gEfiSmmBase2ProtocolGuid\r
54\r