]> git.proxmox.com Git - mirror_edk2.git/blame - FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHeaderLibV1.inf
MdeModulePkg/FaultTolerantWriteDxe: implement standalone MM version
[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
9# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
10#\r
11# Redistribution and use in source and binary forms, with or without\r
12# modification, are permitted provided that the following conditions are met:\r
13# 1. Redistributions of source code must retain the above copyright notice,\r
14# this list of conditions and the following disclaimer.\r
15# 2. Redistributions in binary form must reproduce the above copyright notice,\r
16# this list of conditions and the following disclaimer in the documentation\r
17# and/or other materials provided with the distribution.\r
18#\r
19# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND\r
20# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r
21# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\r
22# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\r
23# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\r
24# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
25# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\r
26# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\r
27# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\r
28# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
29##\r
30\r
31[Defines]\r
32 INF_VERSION = 0x00010005\r
33 BASE_NAME = FmpPayloadHeaderLibV1\r
34 FILE_GUID = 98A79A6C-513C-4E72-8375-39C0A7244C4B\r
35 MODULE_TYPE = DXE_DRIVER\r
36 VERSION_STRING = 1.0\r
37 LIBRARY_CLASS = FmpPayloadHeaderLib|DXE_DRIVER UEFI_APPLICATION\r
38\r
39#\r
954175e5 40# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64\r
403d4bcd
KM
41#\r
42\r
43[Sources]\r
44 FmpPayloadHeaderLib.c\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 FmpDevicePkg/FmpDevicePkg.dec\r