]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/EmulatorPkg.dec
UefiPayloadPkg: Make Boot Timeout configurable
[mirror_edk2.git] / EmulatorPkg / EmulatorPkg.dec
index 90a8d2a8681a93b4c28897f89e3f2f31e8eaa0f1..b9c70b63b3ab3f71d90308cdcf89b47df77e21b3 100644 (file)
@@ -11,7 +11,7 @@
 ##\r
 \r
 [Defines]\r
-  DEC_VERSION                    = 0x00010005\r
+  DEC_SPECIFICATION              = 0x00010005\r
   PACKAGE_NAME                   = EmulatorPkg\r
   PACKAGE_GUID                   = 36E48BD7-7D92-5A47-A2CD-513F072E3300\r
   PACKAGE_VERSION                = 0.1\r
@@ -46,6 +46,7 @@
   gEmuSystemConfigGuid       = { 0xF8626165, 0x6CEB, 0x924A, { 0xBA, 0xFC, 0xF1, 0x3A, 0xB9, 0xD6, 0x57, 0x28 } }\r
   gEmuVirtualDisksGuid       = { 0xf2ba331a, 0x8985, 0x11db, { 0xa4, 0x06, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35 } }\r
   gEmuPhysicalDisksGuid      = { 0xf2bdcc96, 0x8985, 0x11db, { 0x87, 0x19, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35 } }\r
+  gEmuRedfishServiceGuid     = { 0x3fb208ac, 0x2185, 0x498c, { 0xbf, 0x46, 0xdc, 0x23, 0xda, 0x58, 0x7b, 0x55 } }\r
 \r
 [PcdsFeatureFlag]\r
   ## If TRUE, if symbols only load on breakpoints and gdb entry\r
   ## Size of the packet filter\r
   gEmulatorPkgTokenSpaceGuid.PcdNetworkPacketFilterSize|524288|UINT32|0x0000101c\r
 \r
-\r
+  ## Platform level Redfish Service control PCD\r
+  # These PCDs are used to stop the Redfish sevice when secure boot is disabled\r
+  # or exit boot service.\r
+  gEmulatorPkgTokenSpaceGuid.PcdRedfishServieStopIfSecureBootDisabled|TRUE|BOOLEAN|0x00001020\r
+  gEmulatorPkgTokenSpaceGuid.PcdRedfishServieStopIfExitbootService|TRUE|BOOLEAN|0x00001021\r
+  ##\r
+  # edk2 Redfish implementation on Emulator package is designed to access\r
+  # to Redfish simulator.\r
+  # https://github.com/DMTF/Redfish-Profile-Simulator\r
+  # The user ID and password are fixed as below.\r
+  gEmulatorPkgTokenSpaceGuid.PcdRedfishServieUserId|"admin"|VOID*|0x00001022\r
+  gEmulatorPkgTokenSpaceGuid.PcdRedfishServiePassword|"pwd123456"|VOID*|0x00001023\r
 \r
 [PcdsFixedAtBuild, PcdsPatchableInModule]\r
   gEmulatorPkgTokenSpaceGuid.PcdEmuBootMode|1|UINT32|0x00001006\r