]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Feature/Capsule/Library/FmpDeviceLib/FmpDeviceLib.inf
af4eabf0adc70bdf4d0c4b1201d4c88a255ca6f4
[mirror_edk2.git] / Vlv2TbltDevicePkg / Feature / Capsule / Library / FmpDeviceLib / FmpDeviceLib.inf
1 ##
2 # Copyright (c) 2016, Microsoft Corporation
3
4 # All rights reserved.
5 # Redistribution and use in source and binary forms, with or without
6 # modification, are permitted provided that the following conditions are met:
7 # 1. Redistributions of source code must retain the above copyright notice,
8 # this list of conditions and the following disclaimer.
9 # 2. Redistributions in binary form must reproduce the above copyright notice,
10 # this list of conditions and the following disclaimer in the documentation
11 # and/or other materials provided with the distribution.
12 #
13 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
14 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
15 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
16 # IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
17 # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
18 # BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
20 # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
21 # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
22 # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 ##
24
25
26 [Defines]
27 INF_VERSION = 0x00010005
28 BASE_NAME = Vlv2FmpDeviceLib
29 FILE_GUID = 83723F51-39B5-4D99-A974-90132AB55F83
30 MODULE_TYPE = DXE_DRIVER
31 VERSION_STRING = 1.0
32 LIBRARY_CLASS = FmpDeviceLib|DXE_DRIVER
33
34 #
35 # The following information is for reference only and not required by the build tools.
36 #
37 # VALID_ARCHITECTURES = IA32 X64
38 #
39
40 [Sources]
41 FmpDeviceLib.c
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 FmpDevicePkg/FmpDevicePkg.dec
46 SignedCapsulePkg/SignedCapsulePkg.dec
47 Vlv2TbltDevicePkg/PlatformPkg.dec
48
49 [LibraryClasses]
50 DebugLib
51 BaseLib
52 BaseMemoryLib
53 MemoryAllocationLib
54 UefiBootServicesTableLib
55 PlatformFlashAccessLib
56
57 [Pcd]
58 gPlatformModuleTokenSpaceGuid.PcdBiosRomBase
59 gPlatformModuleTokenSpaceGuid.PcdBiosRomSize
60 gPlatformModuleTokenSpaceGuid.PcdSystemFirmwareFmpLowestSupportedVersion
61 gPlatformModuleTokenSpaceGuid.PcdSystemFirmwareFmpVersion
62 gPlatformModuleTokenSpaceGuid.PcdSystemFirmwareFmpVersionString
63