summaryrefslogtreecommitdiffstats
path: root/RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.inf
blob: d8c5cb583ed0fb4169459f915cf03f706bb47248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## @file
#  NULL instance of RedfishContentCodingLibNull
#  This library is used to encode/decode Redfish payload.
#
#  (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
#
#  SPDX-License-Identifier: BSD-2-Clause-Patent
#
##

[Defines]
  INF_VERSION                    = 0x0001000b
  BASE_NAME                      = RedfishContentCodingLibNull
  FILE_GUID                      = 06B10249-4D38-FF37-0CA5-13AFB6D625CC
  MODULE_TYPE                    = DXE_DRIVER
  VERSION_STRING                 = 1.0
  LIBRARY_CLASS                  = RedfishContentCodingLib

#
#  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64 RISCV64
#

[Sources]
  RedfishContentCodingLibNull.c

[Packages]
  MdePkg/MdePkg.dec
  MdeModulePkg/MdeModulePkg.dec
  RedfishPkg/RedfishPkg.dec