]> git.proxmox.com Git - mirror_edk2.git/blobdiff - RedfishPkg/RedfishPkg.dec
RedfishPkg/Ucs2Utf8lib: UCS2 to UFT8 manipulation library
[mirror_edk2.git] / RedfishPkg / RedfishPkg.dec
index f12f83526c44e68ce01e9f610bfbfaefb84bc1f8..4cae8c3a4a1afe607a0233cd47576e9cab9f2645 100644 (file)
   ##  @libraryclass Platform Redfish Host Interface Library\r
   #   Platform implementation-specific Redfish Host Interface.\r
   RedfishPlatformHostInterfaceLib|Include/Library/RedfishHostInterfaceLib.h\r
+  ##  @libraryclass  This library provides UCS2 to UTF8 manipulation\r
+  #   functions.\r
+  #\r
+  Ucs2Utf8Lib|Include/Library/BaseUcs2Utf8Lib.h\r
+\r
+  ##  @libraryclass Platform Redfish Credential Library\r
+  #   Platform implementation-specific Redfish Credential Interface.\r
+  RedfishPlatformCredentialLib|Include/Library/RedfishCredentialLib.h\r
+\r
+  ##  @libraryclass  The helper routines to access REST EX service.\r
+  #   This library is only intended to be used by UEFI network stack modules.\r
+  RestExLib|Include/Library/RestExLib.h\r
 \r
 [Protocols]\r
   ## Include/Protocol/RedfishDiscover.h\r
   gEfiRedfishDiscoverProtocolGuid      = { 0x5db12509, 0x4550, 0x4347, { 0x96, 0xb3, 0x73, 0xc0, 0xff, 0x6e, 0x86, 0x9f }}\r
 \r
+  ## Include/Protocol/EdkIIRedfishCredential.h\r
+  gEdkIIRedfishCredentialProtocolGuid = { 0x8804377, 0xaf7a, 0x4496, { 0x8a, 0x7b, 0x17, 0x59, 0x0, 0xe9, 0xab, 0x46 } }\r
+\r
 [Guids]\r
   gEfiRedfishPkgTokenSpaceGuid      = { 0x4fdbccb7, 0xe829, 0x4b4c, { 0x88, 0x87, 0xb2, 0x3f, 0xd7, 0x25, 0x4b, 0x85 }}\r
 \r
+[PcdsFixedAtBuild, PcdsPatchableInModule]\r
+  #\r
+  # This PCD is the UEFI device path which is used as the Redfish host interface.\r
+  #\r
+  gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceDevicePath|{0x0}|REST_EX_SERVICE_DEVICE_PATH_DATA|0x00001000 {\r
+  <HeaderFiles>\r
+    Pcd/RestExServiceDevicePath.h\r
+  <Packages>\r
+    MdePkg/MdePkg.dec\r
+    MdeModulePkg/MdeModulePkg.dec\r
+    RedfishPkg/RedfishPkg.dec\r
+  }\r
+  #\r
+  # This PCD indicates the EFI REST EX access mode to Redfish service.\r
+  # Default is set to out of band access.\r
+  #\r
+  gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceAccessModeInBand|FALSE|BOOLEAN|0x00001001\r
+  #\r
+  # This PCD indicates the access mode EFI Discover protocol uses to look for the proper EFI REST EX\r
+  # protocol instance.\r
+  #\r
+  gEfiRedfishPkgTokenSpaceGuid.PcdRedfishDiscoverAccessModeInBand|FALSE|BOOLEAN|0x00001002\r