edk2/RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.inf
Oliver Smith-Denny 470a80094c RedfishPkg: Drop ARM32 Support
edk2 is dropping support for the ARM32 architecture. This
commit drops ARM32 code from RedfishPkg. This also drops
irrelevant VALID_ARCHITECTURES comments in infs that are
not arch specific.

Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
2025-09-25 22:04:10 +00:00

27 lines
740 B
INI

## @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
[Sources]
RedfishContentCodingLibNull.c
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
RedfishPkg/RedfishPkg.dec