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