]> git.proxmox.com Git - mirror_edk2.git/blob - RedfishPkg/RedfishLibs.dsc.inc
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / RedfishPkg / 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, 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 BaseSortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
18 RedfishCrtLib|RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
19 JsonLib|RedfishPkg/Library/JsonLib/JsonLib.inf
20 RedfishLib|RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
21 RedfishDebugLib|RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.inf
22 !endif
23