]> git.proxmox.com Git - mirror_edk2.git/blame - RedfishPkg/RedfishPkg.dec
OvmfPkg: raise DXEFV size to 13 MB in the traditional platform FDFs
[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
35f87da8 5# (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>\r
c63e1305
AC
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
6e9233f9 19[Includes.Common.Private]\r
6e9233f9 20 PrivateInclude/Crt # Private header files for C RTL.\r
ea830b96
AC
21 Library/JsonLib # Private header files for jansson\r
22 # configuration files.\r
23 # - jansson_config.h\r
24 # - jansson_private_config.h\r
25 # jansson.h refers to above two configuration\r
26 # files for building platform jansson library.\r
27 Library/JsonLib/jansson/src # For referring to jannson.h\r
6e9233f9 28\r
1946bee2
AC
29[LibraryClasses]\r
30 ## @libraryclass Platform Redfish Host Interface Library\r
31 # Platform implementation-specific Redfish Host Interface.\r
32 RedfishPlatformHostInterfaceLib|Include/Library/RedfishHostInterfaceLib.h\r
6e9233f9 33\r
805b8b88
AC
34 ## @libraryclass This library provides UCS2 to UTF8 manipulation\r
35 # functions.\r
36 #\r
37 Ucs2Utf8Lib|Include/Library/BaseUcs2Utf8Lib.h\r
1946bee2 38\r
e6ae24e1
AC
39 ## @libraryclass Platform Redfish Credential Library\r
40 # Platform implementation-specific Redfish Credential Interface.\r
41 RedfishPlatformCredentialLib|Include/Library/RedfishCredentialLib.h\r
42\r
140674a4
AC
43 ## @libraryclass The helper routines to access REST EX service.\r
44 # This library is only intended to be used by UEFI network stack modules.\r
45 RestExLib|Include/Library/RestExLib.h\r
46\r
ea830b96
AC
47 ## @libraryclass Provides the library functions based on third party\r
48 # jansson library to manipulate JSON data structure.\r
49 #\r
50 JsonLib|Include/Library/JsonLib.h\r
51\r
35f87da8
AC
52 ## @libraryclass Provides the library functions to encode/decode\r
53 # Redfish packet.\r
54 #\r
55 RedfishContentCodingLib|Include/Library/RedfishContentCodingLib.h\r
56\r
6e9233f9
AC
57[LibraryClasses.Common.Private]\r
58 ## @libraryclass Provides the private C runtime library functions.\r
59 # CRT library is currently used by edk2 JsonLib (open source\r
60 # jansson project) and edk2 RedfishLib (libredfish open source\r
61 # project).\r
7311e964 62 RedfishCrtLib|Include/Library/RedfishCrtLib.h\r
6e9233f9 63\r
4751a48a
AC
64 ## @libraryclass Redfish Helper Library\r
65 # Library provides Redfish helper functions.\r
eebef1b3 66 RedfishLib|Include/Library/RedfishLib.h\r
4751a48a 67\r
ffddac3e 68[Protocols]\r
2255a2b1
AC
69 ## Include/Protocol/EdkIIRedfishCredential.h\r
70 gEdkIIRedfishCredentialProtocolGuid = { 0x8804377, 0xaf7a, 0x4496, { 0x8a, 0x7b, 0x17, 0x59, 0x0, 0xe9, 0xab, 0x46 } }\r
71\r
69637f91
AC
72 ## Include/Protocol/Edk2RedfishConfigHandler.h\r
73 gEdkIIRedfishConfigHandlerProtocolGuid = { 0xbc0fe6bb, 0x2cc9, 0x463e, { 0x90, 0x82, 0xfa, 0x11, 0x76, 0xfc, 0x67, 0xde } }\r
74\r
c63e1305
AC
75[Guids]\r
76 gEfiRedfishPkgTokenSpaceGuid = { 0x4fdbccb7, 0xe829, 0x4b4c, { 0x88, 0x87, 0xb2, 0x3f, 0xd7, 0x25, 0x4b, 0x85 }}\r
77\r
a4d2ddb9
AC
78[PcdsFixedAtBuild, PcdsPatchableInModule]\r
79 #\r
80 # This PCD is the UEFI device path which is used as the Redfish host interface.\r
81 #\r
82 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceDevicePath|{0x0}|REST_EX_SERVICE_DEVICE_PATH_DATA|0x00001000 {\r
83 <HeaderFiles>\r
84 Pcd/RestExServiceDevicePath.h\r
85 <Packages>\r
86 MdePkg/MdePkg.dec\r
87 MdeModulePkg/MdeModulePkg.dec\r
88 RedfishPkg/RedfishPkg.dec\r
89 }\r
90 #\r
91 # This PCD indicates the EFI REST EX access mode to Redfish service.\r
92 # Default is set to out of band access.\r
93 #\r
94 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceAccessModeInBand|FALSE|BOOLEAN|0x00001001\r
95 #\r
96 # This PCD indicates the access mode EFI Discover protocol uses to look for the proper EFI REST EX\r
97 # protocol instance.\r
98 #\r
99 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishDiscoverAccessModeInBand|FALSE|BOOLEAN|0x00001002\r