]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Feature/Capsule/Library/FmpDeviceLibSample/FmpDeviceLib.inf
af31fbcffbee224e8985792f67e87a3d94a3366f
[mirror_edk2.git] / Vlv2TbltDevicePkg / Feature / Capsule / Library / FmpDeviceLibSample / FmpDeviceLib.inf
1 ##
2 # Copyright (c) 2016, Microsoft Corporation
3
4 # All rights reserved.
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 ##
7
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = Vlv2FmpDeviceLibSample
12 FILE_GUID = 582DF9AB-E626-42A8-A11C-3FEA098FF3FA
13 MODULE_TYPE = DXE_DRIVER
14 VERSION_STRING = 1.0
15 LIBRARY_CLASS = FmpDeviceLib|DXE_DRIVER
16
17 #
18 # The following information is for reference only and not required by the build tools.
19 #
20 # VALID_ARCHITECTURES = IA32 X64
21 #
22
23 [Sources]
24 FmpDeviceLib.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 FmpDevicePkg/FmpDevicePkg.dec
29
30 [LibraryClasses]
31 DebugLib
32 BaseLib
33 UefiBootServicesTableLib #for stall...remove later as stall is only needed to show progress
34