hc
2024-03-22 619f0f87159c5dbd2755b1b0a0eb35784be84e7a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
## @file
#  Implementation of Redfish EFI_REST_EX_PROTOCOL interfaces.
#
#  Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
#  (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
#
#  SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
 
[Defines]
  INF_VERSION               = 0x0001001b
  BASE_NAME                 = RedfishRestExDxe
  FILE_GUID                 = B64702DA-E6B5-43c8-8CE8-D253071E9D6C
  MODULE_TYPE               = UEFI_DRIVER
  VERSION_STRING            = 1.0
  ENTRY_POINT               = RedfishRestExDriverEntryPoint
  UNLOAD_IMAGE              = NetLibDefaultUnload
  MODULE_UNI_FILE           = RedfishRestExDxe.uni
 
[Packages]
  MdePkg/MdePkg.dec
  MdeModulePkg/MdeModulePkg.dec
  NetworkPkg/NetworkPkg.dec
  RedfishPkg/RedfishPkg.dec
 
[Sources]
  ComponentName.c
  RedfishRestExDriver.c
  RedfishRestExDriver.h
  RedfishRestExImpl.c
  RedfishRestExProtocol.c
  RedfishRestExInternal.h
 
[LibraryClasses]
  BaseLib
  BaseMemoryLib
  DebugLib
  DevicePathLib
  DpcLib
  HttpLib
  HttpIoLib
  PrintLib
  MemoryAllocationLib
  NetLib
  UefiLib
  UefiBootServicesTableLib
  UefiDriverEntryPoint
  UefiRuntimeServicesTableLib
 
[Protocols]
  gEfiRestExServiceBindingProtocolGuid            ## BY_START
  gEfiRestExProtocolGuid                          ## BY_START
  gEfiHttpServiceBindingProtocolGuid              ## TO_START
  gEfiHttpProtocolGuid                            ## TO_START
  gEfiDevicePathProtocolGuid                      ## TO_START
 
[Pcd]
  gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceAccessModeInBand   ## CONSUMES
 
[UserExtensions.TianoCore."ExtraFiles"]
  RedfishRestExDxeExtra.uni