]> git.proxmox.com Git - mirror_edk2.git/blame - RedfishPkg/RedfishPkg.dec
OvmfPkg/VirtioFsDxe: add EFI_FILE_INFO cache fields to VIRTIO_FS_FILE
[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
e6ae24e1
AC
24 ## @libraryclass Platform Redfish Credential Library\r
25 # Platform implementation-specific Redfish Credential Interface.\r
26 RedfishPlatformCredentialLib|Include/Library/RedfishCredentialLib.h\r
27\r
ffddac3e
AC
28[Protocols]\r
29 ## Include/Protocol/RedfishDiscover.h\r
30 gEfiRedfishDiscoverProtocolGuid = { 0x5db12509, 0x4550, 0x4347, { 0x96, 0xb3, 0x73, 0xc0, 0xff, 0x6e, 0x86, 0x9f }}\r
31\r
2255a2b1
AC
32 ## Include/Protocol/EdkIIRedfishCredential.h\r
33 gEdkIIRedfishCredentialProtocolGuid = { 0x8804377, 0xaf7a, 0x4496, { 0x8a, 0x7b, 0x17, 0x59, 0x0, 0xe9, 0xab, 0x46 } }\r
34\r
c63e1305
AC
35[Guids]\r
36 gEfiRedfishPkgTokenSpaceGuid = { 0x4fdbccb7, 0xe829, 0x4b4c, { 0x88, 0x87, 0xb2, 0x3f, 0xd7, 0x25, 0x4b, 0x85 }}\r
37\r
a4d2ddb9
AC
38[PcdsFixedAtBuild, PcdsPatchableInModule]\r
39 #\r
40 # This PCD is the UEFI device path which is used as the Redfish host interface.\r
41 #\r
42 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceDevicePath|{0x0}|REST_EX_SERVICE_DEVICE_PATH_DATA|0x00001000 {\r
43 <HeaderFiles>\r
44 Pcd/RestExServiceDevicePath.h\r
45 <Packages>\r
46 MdePkg/MdePkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec\r
48 RedfishPkg/RedfishPkg.dec\r
49 }\r
50 #\r
51 # This PCD indicates the EFI REST EX access mode to Redfish service.\r
52 # Default is set to out of band access.\r
53 #\r
54 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceAccessModeInBand|FALSE|BOOLEAN|0x00001001\r
55 #\r
56 # This PCD indicates the access mode EFI Discover protocol uses to look for the proper EFI REST EX\r
57 # protocol instance.\r
58 #\r
59 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishDiscoverAccessModeInBand|FALSE|BOOLEAN|0x00001002\r