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>
26 lines
690 B
INI
26 lines
690 B
INI
## @file
|
|
# NULL instance of RedfishPlatformCredentialLib
|
|
#
|
|
# (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x0001000b
|
|
BASE_NAME = RedfishPlatformCredentialLibNull
|
|
FILE_GUID = CA3BD843-0BDD-4EE0-A38A-B45CA663114F
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = RedfishPlatformCredentialLib
|
|
|
|
[Sources]
|
|
PlatformCredentialLibNull.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
RedfishPkg/RedfishPkg.dec
|
|
|
|
|