2020-11-04 14:26:10 +01:00
|
|
|
## @file
|
|
|
|
# Redfish DSC include file for [LibraryClasses*] section of all Architectures.
|
|
|
|
#
|
|
|
|
# This file can be included to the [LibraryClasses*] section(s) of a platform DSC file
|
2022-12-01 16:20:53 +01:00
|
|
|
# by using "!include RedfishPkg/RedfishLibs.dsc.inc" to specify the library instances
|
2020-11-04 14:26:10 +01:00
|
|
|
# of EDKII network library classes.
|
|
|
|
#
|
2021-03-03 10:52:30 +01:00
|
|
|
# (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
|
2023-03-01 09:44:57 +01:00
|
|
|
# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
2020-11-04 14:26:10 +01:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
#
|
|
|
|
##
|
|
|
|
!if $(REDFISH_ENABLE) == TRUE
|
2020-12-17 15:38:54 +01:00
|
|
|
RestExLib|RedfishPkg/Library/DxeRestExLib/DxeRestExLib.inf
|
2020-12-08 02:56:56 +01:00
|
|
|
Ucs2Utf8Lib|RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf
|
2020-12-04 05:30:05 +01:00
|
|
|
RedfishCrtLib|RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
|
2020-12-14 07:06:02 +01:00
|
|
|
JsonLib|RedfishPkg/Library/JsonLib/JsonLib.inf
|
2021-03-03 10:52:30 +01:00
|
|
|
RedfishLib|RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
|
2023-03-01 09:44:57 +01:00
|
|
|
RedfishDebugLib|RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.inf
|
2023-03-08 03:53:56 +01:00
|
|
|
RedfishPlatformCredentialLib|RedfishPkg/Library/RedfishPlatformCredentialIpmiLib/RedfishPlatformCredentialIpmiLib.inf
|
2023-04-10 15:25:39 +02:00
|
|
|
HiiUtilityLib|RedfishPkg/Library/HiiUtilityLib/HiiUtilityLib.inf
|
|
|
|
RedfishPlatformConfigLib|RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.inf
|
2020-11-04 14:26:10 +01:00
|
|
|
!endif
|
|
|
|
|