]> git.proxmox.com Git - mirror_edk2.git/blob - RedfishPkg/RedfishLibs.dsc.inc
RedfishPkg: Add EDK2 port of jansson library to build
[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/RedfisLibs.dsc.inc" to specify the library instances
6 # of EDKII network library classes.
7 #
8 # (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 ##
13 !if $(REDFISH_ENABLE) == TRUE
14 RestExLib|RedfishPkg/Library/DxeRestExLib/DxeRestExLib.inf
15 Ucs2Utf8Lib|RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf
16 BaseSortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
17 RedfishCrtLib|RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
18 JsonLib|RedfishPkg/Library/JsonLib/JsonLib.inf
19 !endif
20