]> git.proxmox.com Git - mirror_edk2.git/blob - FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNull.inf
956d2258aa684c9982cf4ba88095ff492d651ebc
[mirror_edk2.git] / FmpDevicePkg / Library / FmpDeviceLibNull / FmpDeviceLibNull.inf
1 ## @file
2 # Provides firmware device specific services to support updates of a firmware
3 # image stored in a firmware device.
4 #
5 # Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR>
6 # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = FmpDeviceLibNull
14 MODULE_UNI_FILE = FmpDeviceLibNull.uni
15 FILE_GUID = 8507642B-AE92-4664-B713-807F7774A96D
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = FmpDeviceLib|DXE_DRIVER
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
24 #
25
26 [Sources]
27 FmpDeviceLib.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 FmpDevicePkg/FmpDevicePkg.dec