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