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