Last change
on this file since 100838 was 99404, checked in by vboxsync, 23 months ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
844 bytes
|
Line | |
---|
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 | #
|
---|
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 | RedfishLib|RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
|
---|
20 | !endif
|
---|
21 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.