TianoCore EDK2 master
Loading...
Searching...
No Matches
RedfishLibs.dsc.inc
1## @file
2# Redfish DSC include file for [LibraryClasses*] section of all Architectures.
3#
4# This file can be included to the [LibraryClasses*] section(s) of a platform DSC file
5# by using "!include RedfishPkg/RedfishLibs.dsc.inc" to specify the library instances
6# of EDKII network library classes.
7#
8# (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
9# Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
10#
11# SPDX-License-Identifier: BSD-2-Clause-Patent
12#
13##
14!if $(REDFISH_ENABLE) == TRUE
15 RestExLib|RedfishPkg/Library/DxeRestExLib/DxeRestExLib.inf
16 Ucs2Utf8Lib|RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf
17 RedfishCrtLib|RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
18 JsonLib|RedfishPkg/Library/JsonLib/JsonLib.inf
19 RedfishLib|RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
20 RedfishDebugLib|RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.inf
21 RedfishPlatformCredentialLib|RedfishPkg/Library/RedfishPlatformCredentialIpmiLib/RedfishPlatformCredentialIpmiLib.inf
22 HiiUtilityLib|RedfishPkg/Library/HiiUtilityLib/HiiUtilityLib.inf
23 RedfishPlatformConfigLib|RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.inf
24 RedfishHttpLib|RedfishPkg/Library/RedfishHttpLib/RedfishHttpLib.inf
25!endif
26
#define TRUE
Definition: Base.h:301