]> git.proxmox.com Git - mirror_edk2.git/blob - RedfishPkg/RedfishPkg.dec
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / RedfishPkg / RedfishPkg.dec
1 ## @file
2 # Redfish Package
3 #
4 # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
5 # (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
6 # Copyright (c) 2023, American Megatrends International LLC.
7 # Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 ##
11
12 [Defines]
13 DEC_SPECIFICATION = 0x0001001b
14 PACKAGE_NAME = RedfishPkg
15 PACKAGE_GUID = c432b76e-5232-11e7-9010-005056c00008
16 PACKAGE_VERSION = 1.0
17
18 [Includes]
19 Include
20
21 [Includes.Common.Private]
22 PrivateInclude/Crt # Private header files for C RTL.
23 Library/JsonLib # Private header files for jansson
24 # configuration files.
25 # - jansson_config.h
26 # - jansson_private_config.h
27 # jansson.h refers to above two configuration
28 # files for building platform jansson library.
29 Library/JsonLib/jansson/src # For referring to jannson.h
30
31 [LibraryClasses]
32 ## @libraryclass Platform Redfish Host Interface Library
33 # Platform implementation-specific Redfish Host Interface.
34 RedfishPlatformHostInterfaceLib|Include/Library/RedfishHostInterfaceLib.h
35
36 ## @libraryclass This library provides UCS2 to UTF8 manipulation
37 # functions.
38 #
39 Ucs2Utf8Lib|Include/Library/BaseUcs2Utf8Lib.h
40
41 ## @libraryclass Platform Redfish Credential Library
42 # Platform implementation-specific Redfish Credential Interface.
43 RedfishPlatformCredentialLib|Include/Library/RedfishCredentialLib.h
44
45 ## @libraryclass The helper routines to access REST EX service.
46 # This library is only intended to be used by UEFI network stack modules.
47 RestExLib|Include/Library/RestExLib.h
48
49 ## @libraryclass Provides the library functions based on third party
50 # jansson library to manipulate JSON data structure.
51 #
52 JsonLib|Include/Library/JsonLib.h
53
54 ## @libraryclass Provides the library functions to encode/decode
55 # Redfish packet.
56 #
57 RedfishContentCodingLib|Include/Library/RedfishContentCodingLib.h
58
59 ## @libraryclass Redfish Debug Library
60 # Library provides Redfish debug functions.
61 RedfishDebugLib|Include/Library/RedfishDebugLib.h
62
63 [LibraryClasses.Common.Private]
64 ## @libraryclass Provides the private C runtime library functions.
65 # CRT library is currently used by edk2 JsonLib (open source
66 # jansson project) and edk2 RedfishLib (libredfish open source
67 # project).
68 RedfishCrtLib|Include/Library/RedfishCrtLib.h
69
70 ## @libraryclass Redfish Helper Library
71 # Library provides Redfish helper functions.
72 RedfishLib|Include/Library/RedfishLib.h
73
74 [Protocols]
75 ## Include/Protocol/EdkIIRedfishCredential.h
76 gEdkIIRedfishCredentialProtocolGuid = { 0x8804377, 0xaf7a, 0x4496, { 0x8a, 0x7b, 0x17, 0x59, 0x0, 0xe9, 0xab, 0x46 } }
77
78 ## Include/Protocol/Edk2RedfishConfigHandler.h
79 gEdkIIRedfishConfigHandlerProtocolGuid = { 0xbc0fe6bb, 0x2cc9, 0x463e, { 0x90, 0x82, 0xfa, 0x11, 0x76, 0xfc, 0x67, 0xde } }
80
81 [Guids]
82 gEfiRedfishPkgTokenSpaceGuid = { 0x4fdbccb7, 0xe829, 0x4b4c, { 0x88, 0x87, 0xb2, 0x3f, 0xd7, 0x25, 0x4b, 0x85 }}
83
84 [PcdsFixedAtBuild, PcdsPatchableInModule]
85 #
86 # This PCD is the UEFI device path which is used as the Redfish host interface.
87 #
88 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceDevicePath|{0x0}|REST_EX_SERVICE_DEVICE_PATH_DATA|0x00001000 {
89 <HeaderFiles>
90 Pcd/RestExServiceDevicePath.h
91 <Packages>
92 MdePkg/MdePkg.dec
93 MdeModulePkg/MdeModulePkg.dec
94 RedfishPkg/RedfishPkg.dec
95 }
96 #
97 # This PCD indicates the EFI REST EX access mode to Redfish service.
98 # Default is set to out of band access.
99 #
100 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceAccessModeInBand|FALSE|BOOLEAN|0x00001001
101 #
102 # This PCD indicates the access mode EFI Discover protocol uses to look for the proper EFI REST EX
103 # protocol instance.
104 #
105 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishDiscoverAccessModeInBand|FALSE|BOOLEAN|0x00001002
106 #
107 # This PCD indicates if the EFI REST EX sends chunk request to Redfish service.
108 # Default is set to non chunk mode.
109 #
110 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExChunkRequestMode|FALSE|BOOLEAN|0x00001003
111 #
112 # This PCD indicates if the EFI REST EX adds Expect header to the POST, PATCH, PUT requests to Redfish service.
113 # Default is set to not add.
114 #
115 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExAddingExpect|FALSE|BOOLEAN|0x00001004