diff options
Diffstat (limited to 'src/VBox/Devices/EFI/Firmware/RedfishPkg/RedfishLibs.dsc.inc')
-rw-r--r-- | src/VBox/Devices/EFI/Firmware/RedfishPkg/RedfishLibs.dsc.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/VBox/Devices/EFI/Firmware/RedfishPkg/RedfishLibs.dsc.inc b/src/VBox/Devices/EFI/Firmware/RedfishPkg/RedfishLibs.dsc.inc new file mode 100644 index 00000000..0bcc32c3 --- /dev/null +++ b/src/VBox/Devices/EFI/Firmware/RedfishPkg/RedfishLibs.dsc.inc @@ -0,0 +1,21 @@ +## @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 +# by using "!include RedfishPkg/RedfisLibs.dsc.inc" to specify the library instances +# of EDKII network library classes. +# +# (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> +# +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## +!if $(REDFISH_ENABLE) == TRUE + RestExLib|RedfishPkg/Library/DxeRestExLib/DxeRestExLib.inf + Ucs2Utf8Lib|RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf + BaseSortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf + RedfishCrtLib|RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf + JsonLib|RedfishPkg/Library/JsonLib/JsonLib.inf + RedfishLib|RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf +!endif + |