]> git.proxmox.com Git - mirror_edk2.git/blob - FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.inf
FmpDevicePkg: Add FmpDependency library class and BASE instance
[mirror_edk2.git] / FmpDevicePkg / Library / FmpDependencyLib / FmpDependencyLib.inf
1 ## @file
2 # Provides Fmp Capsule Dependency Expression support.
3 #
4 # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = FmpDependencyLib
12 MODULE_UNI_FILE = FmpDependencyLib.uni
13 FILE_GUID = 67F55EA4-B4CF-4A08-931B-0BBCF1E0F7A3
14 MODULE_TYPE = BASE
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = FmpDependencyLib
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
22 #
23
24 [Sources]
25 FmpDependencyLib.c
26
27 [Packages]
28 MdePkg/MdePkg.dec
29 FmpDevicePkg/FmpDevicePkg.dec
30
31 [LibraryClasses]
32 BaseLib
33 DebugLib
34 BaseMemoryLib