]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLib.inf
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / FlashDeviceLib / FlashDeviceLib.inf
1 #
2 #
3 # Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved
4 #
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 #
8 #
9
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = FlashDeviceLib
14 FILE_GUID = E38A1C3C-928C-4bf7-B6C1-7F0EF163FAA5
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = FlashDeviceLib | DXE_SMM_DRIVER DXE_RUNTIME_DRIVER
18 CONSTRUCTOR = LibFvbFlashDeviceSupportInit
19
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64
25 #
26
27 [Sources]
28 FlashDeviceLib.c
29
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 MdeModulePkg/MdeModulePkg.dec
34 Vlv2TbltDevicePkg/PlatformPkg.dec
35 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
36
37 [LibraryClasses]
38 DebugLib
39
40 [Protocols]
41 gEfiSpiProtocolGuid
42 gEfiSmmSpiProtocolGuid
43 gEfiSmmBase2ProtocolGuid
44