]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/EmulatorPkg.dec
ArmPlatformPkg: Change OPTIONAL keyword usage style
[mirror_edk2.git] / EmulatorPkg / EmulatorPkg.dec
index 27d8b2be4ededd2e0797c62c331296df3e5e05c0..b9c70b63b3ab3f71d90308cdcf89b47df77e21b3 100644 (file)
@@ -4,13 +4,14 @@
 #\r
 # Copyright (c) 2008 - 2019, Intel Corporation. All rights reserved.<BR>\r
 # Portions copyright (c) 2011, Apple Inc. All rights reserved.\r
+# (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>\r
 #\r
 #    SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\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
@@ -45,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
   gEmulatorPkgTokenSpaceGuid.PcdEmuGop|L"GOP Window"|VOID*|0x00001018\r
   gEmulatorPkgTokenSpaceGuid.PcdEmuFileSystem|L"."|VOID*|0x00001004\r
   gEmulatorPkgTokenSpaceGuid.PcdEmuSerialPort|L"/dev/ttyS0"|VOID*|0x00001002\r
+\r
+  #\r
+  # On Unix host, this is the network interface name on host system that will\r
+  #  be used in UEFI.\r
+  # On Win host, this is the network interface index number on Windows that\r
+  #  will be used in UEFI. For example, string L"0" is the first network\r
+  #  interface.\r
   gEmulatorPkgTokenSpaceGuid.PcdEmuNetworkInterface|L"en0"|VOID*|0x0000100d\r
 \r
   gEmulatorPkgTokenSpaceGuid.PcdEmuCpuModel|L"Intel(R) Processor Model"|VOID*|0x00001007\r