]> git.proxmox.com Git - mirror_edk2.git/commitdiff
RedfishPkg: Add RedfishHostInterfaceDxe to RedfishPkg
authorAbner Chang <abner.chang@hpe.com>
Tue, 13 Oct 2020 01:29:21 +0000 (09:29 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 2 Nov 2020 05:50:17 +0000 (05:50 +0000)
Add RedfishHostInterfaceDxe and PlatformHostInterfaceLibNull to Redfish
package.

Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Fan Wang <fan.wang@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Reviewed-by: Nickle Wang <nickle.wang@hpe.com>
RedfishPkg/RedfishPkg.dec
RedfishPkg/RedfishPkg.dsc

index de3611252e31c117a28bf67e16f3e23bd7fd32b3..65e21f6bd66e1599f14306f1b1accc52d5ab5016 100644 (file)
 [Includes]\r
   Include\r
 \r
+[LibraryClasses]\r
+  ##  @libraryclass Platform Redfish Host Interface Library\r
+  #   Platform implementation-specific Redfish Host Interface.\r
+  RedfishPlatformHostInterfaceLib|Include/Library/RedfishHostInterfaceLib.h\r
+\r
 [Guids]\r
   gEfiRedfishPkgTokenSpaceGuid      = { 0x4fdbccb7, 0xe829, 0x4b4c, { 0x88, 0x87, 0xb2, 0x3f, 0xd7, 0x25, 0x4b, 0x85 }}\r
 \r
index f0c6740facdad078f8fefcf3f07bf584f0ec8ba4..c6e79f56453fa6b8f24b6d00a38ee0b4c703237d 100644 (file)
@@ -38,6 +38,7 @@
   DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
   DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
   ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
+  RedfishPlatformHostInterfaceLib|RedfishPkg/Library/PlatformHostInterfaceLibNull/PlatformHostInterfaceLibNull.inf\r
 \r
 [LibraryClasses.ARM, LibraryClasses.AARCH64]\r
   #\r
@@ -48,4 +49,7 @@
   ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf\r
 \r
 [Components]\r
+  RedfishPkg/Library/PlatformHostInterfaceLibNull/PlatformHostInterfaceLibNull.inf\r
+\r
   RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.inf\r
+  RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.inf\r