]> git.proxmox.com Git - mirror_edk2.git/blame - RedfishPkg/RedfishPkg.dec
RedfishPkg/RedfishCrtLib: Redfish C runtime library
[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
6e9233f9
AC
19[Includes.Common.Private]\r
20 PrivateInclude # Private header files for C RTL.\r
21 PrivateInclude/Crt # Private header files for C RTL.\r
22\r
1946bee2
AC
23[LibraryClasses]\r
24 ## @libraryclass Platform Redfish Host Interface Library\r
25 # Platform implementation-specific Redfish Host Interface.\r
26 RedfishPlatformHostInterfaceLib|Include/Library/RedfishHostInterfaceLib.h\r
6e9233f9 27\r
805b8b88
AC
28 ## @libraryclass This library provides UCS2 to UTF8 manipulation\r
29 # functions.\r
30 #\r
31 Ucs2Utf8Lib|Include/Library/BaseUcs2Utf8Lib.h\r
1946bee2 32\r
e6ae24e1
AC
33 ## @libraryclass Platform Redfish Credential Library\r
34 # Platform implementation-specific Redfish Credential Interface.\r
35 RedfishPlatformCredentialLib|Include/Library/RedfishCredentialLib.h\r
36\r
140674a4
AC
37 ## @libraryclass The helper routines to access REST EX service.\r
38 # This library is only intended to be used by UEFI network stack modules.\r
39 RestExLib|Include/Library/RestExLib.h\r
40\r
6e9233f9
AC
41[LibraryClasses.Common.Private]\r
42 ## @libraryclass Provides the private C runtime library functions.\r
43 # CRT library is currently used by edk2 JsonLib (open source\r
44 # jansson project) and edk2 RedfishLib (libredfish open source\r
45 # project).\r
46 RedfishCrtLib|PrivateInclude/Library/RedfishCrtLib.h\r
47\r
ffddac3e
AC
48[Protocols]\r
49 ## Include/Protocol/RedfishDiscover.h\r
50 gEfiRedfishDiscoverProtocolGuid = { 0x5db12509, 0x4550, 0x4347, { 0x96, 0xb3, 0x73, 0xc0, 0xff, 0x6e, 0x86, 0x9f }}\r
51\r
2255a2b1
AC
52 ## Include/Protocol/EdkIIRedfishCredential.h\r
53 gEdkIIRedfishCredentialProtocolGuid = { 0x8804377, 0xaf7a, 0x4496, { 0x8a, 0x7b, 0x17, 0x59, 0x0, 0xe9, 0xab, 0x46 } }\r
54\r
c63e1305
AC
55[Guids]\r
56 gEfiRedfishPkgTokenSpaceGuid = { 0x4fdbccb7, 0xe829, 0x4b4c, { 0x88, 0x87, 0xb2, 0x3f, 0xd7, 0x25, 0x4b, 0x85 }}\r
57\r
a4d2ddb9
AC
58[PcdsFixedAtBuild, PcdsPatchableInModule]\r
59 #\r
60 # This PCD is the UEFI device path which is used as the Redfish host interface.\r
61 #\r
62 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceDevicePath|{0x0}|REST_EX_SERVICE_DEVICE_PATH_DATA|0x00001000 {\r
63 <HeaderFiles>\r
64 Pcd/RestExServiceDevicePath.h\r
65 <Packages>\r
66 MdePkg/MdePkg.dec\r
67 MdeModulePkg/MdeModulePkg.dec\r
68 RedfishPkg/RedfishPkg.dec\r
69 }\r
70 #\r
71 # This PCD indicates the EFI REST EX access mode to Redfish service.\r
72 # Default is set to out of band access.\r
73 #\r
74 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceAccessModeInBand|FALSE|BOOLEAN|0x00001001\r
75 #\r
76 # This PCD indicates the access mode EFI Discover protocol uses to look for the proper EFI REST EX\r
77 # protocol instance.\r
78 #\r
79 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishDiscoverAccessModeInBand|FALSE|BOOLEAN|0x00001002\r