]> git.proxmox.com Git - mirror_edk2.git/blob - FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHeaderLibV1.inf
FmpDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / FmpDevicePkg / Library / FmpPayloadHeaderLibV1 / FmpPayloadHeaderLibV1.inf
1 ## @file
2 # Provides services to retrieve values from Version 1 of a capsule's FMP Payload
3 # Header. The FMP Payload Header structure is not defined in the library class.
4 # Instead, services are provided to retrieve information from the FMP Payload
5 # Header. If information is added to the FMP Payload Header, then new services
6 # may be added to this library class to retrieve the new information.
7 #
8 # Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR>
9 # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
10 #
11 # SPDX-License-Identifier: BSD-2-Clause-Patent
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = FmpPayloadHeaderLibV1
17 FILE_GUID = 98A79A6C-513C-4E72-8375-39C0A7244C4B
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = FmpPayloadHeaderLib|DXE_DRIVER UEFI_APPLICATION
21
22 #
23 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
24 #
25
26 [Sources]
27 FmpPayloadHeaderLib.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 FmpDevicePkg/FmpDevicePkg.dec