]> git.proxmox.com Git - mirror_edk2.git/blob - FmpDevicePkg/Library/FmpDependencyCheckLibNull/FmpDependencyCheckLibNull.inf
5794d891916848f0705c2dc4b36596a10c0c7a5f
[mirror_edk2.git] / FmpDevicePkg / Library / FmpDependencyCheckLibNull / FmpDependencyCheckLibNull.inf
1 ## @file
2 # Null instance of FmpDependencyCheckLib as an option to skip the dependency
3 # check when updating the firmware image of a FMP device.
4 #
5 # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = FmpDependencyCheckLibNull
13 MODULE_UNI_FILE = FmpDependencyCheckLibNull.uni
14 FILE_GUID = D63F3166-9CBC-4AC2-8F23-8818E42EA2BD
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = FmpDependencyCheckLib|DXE_DRIVER UEFI_DRIVER UEFI_APPLICATION
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
23 #
24
25 [Sources]
26 FmpDependencyCheckLibNull.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 FmpDevicePkg/FmpDevicePkg.dec