]> git.proxmox.com Git - mirror_edk2.git/blame - RedfishPkg/RedfishPkg.dec
RedfishPkg: Add PCD definition to RedfishPkg
[mirror_edk2.git] / RedfishPkg / RedfishPkg.dec
CommitLineData
c63e1305
AC
1## @file\r
2# Redfish Package\r
3#\r
4# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
5# (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>\r
6#\r
7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
8##\r
9\r
10[Defines]\r
11 DEC_SPECIFICATION = 0x0001001b\r
12 PACKAGE_NAME = RedfishPkg\r
13 PACKAGE_GUID = c432b76e-5232-11e7-9010-005056c00008\r
14 PACKAGE_VERSION = 1.0\r
15\r
b9b7406c
AC
16[Includes]\r
17 Include\r
18\r
1946bee2
AC
19[LibraryClasses]\r
20 ## @libraryclass Platform Redfish Host Interface Library\r
21 # Platform implementation-specific Redfish Host Interface.\r
22 RedfishPlatformHostInterfaceLib|Include/Library/RedfishHostInterfaceLib.h\r
23\r
ffddac3e
AC
24[Protocols]\r
25 ## Include/Protocol/RedfishDiscover.h\r
26 gEfiRedfishDiscoverProtocolGuid = { 0x5db12509, 0x4550, 0x4347, { 0x96, 0xb3, 0x73, 0xc0, 0xff, 0x6e, 0x86, 0x9f }}\r
27\r
c63e1305
AC
28[Guids]\r
29 gEfiRedfishPkgTokenSpaceGuid = { 0x4fdbccb7, 0xe829, 0x4b4c, { 0x88, 0x87, 0xb2, 0x3f, 0xd7, 0x25, 0x4b, 0x85 }}\r
30\r
a4d2ddb9
AC
31[PcdsFixedAtBuild, PcdsPatchableInModule]\r
32 #\r
33 # This PCD is the UEFI device path which is used as the Redfish host interface.\r
34 #\r
35 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceDevicePath|{0x0}|REST_EX_SERVICE_DEVICE_PATH_DATA|0x00001000 {\r
36 <HeaderFiles>\r
37 Pcd/RestExServiceDevicePath.h\r
38 <Packages>\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41 RedfishPkg/RedfishPkg.dec\r
42 }\r
43 #\r
44 # This PCD indicates the EFI REST EX access mode to Redfish service.\r
45 # Default is set to out of band access.\r
46 #\r
47 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceAccessModeInBand|FALSE|BOOLEAN|0x00001001\r
48 #\r
49 # This PCD indicates the access mode EFI Discover protocol uses to look for the proper EFI REST EX\r
50 # protocol instance.\r
51 #\r
52 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishDiscoverAccessModeInBand|FALSE|BOOLEAN|0x00001002\r