]> git.proxmox.com Git - mirror_edk2.git/blob - RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.inf
RedfishPkg/RedfishContentCodingLib: EDKII Redfish En/Decode library
[mirror_edk2.git] / RedfishPkg / Library / RedfishContentCodingLibNull / RedfishContentCodingLibNull.inf
1 ## @file
2 # NULL instance of RedfishContentCodingLibNull
3 # This library is used to encode/decode Redfish payload.
4 #
5 # (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x0001000b
13 BASE_NAME = RedfishContentCodingLibNull
14 FILE_GUID = 06B10249-4D38-FF37-0CA5-13AFB6D625CC
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = RedfishContentCodingLib
18
19 #
20 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64
21 #
22
23 [Sources]
24 RedfishContentCodingLibNull.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 MdeModulePkg/MdeModulePkg.dec
29 RedfishPkg/RedfishPkg.dec
30
31