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