mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
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>
24 lines
710 B
INI
24 lines
710 B
INI
## @file
|
|
# NULL instance of RedfishPlatformWantedDeviceLib
|
|
#
|
|
# Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x0001000b
|
|
BASE_NAME = RedfishPlatformWantedDeviceLibNull
|
|
FILE_GUID = C5AEFFCA-3692-401E-8F82-9FFAA0622E45
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = RedfishPlatformWantedDeviceLib
|
|
|
|
[Sources]
|
|
RedfishPlatformWantedDeviceLibNull.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
RedfishPkg/RedfishPkg.dec
|