VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.inf@ 106862

Last change on this file since 106862 was 105670, checked in by vboxsync, 9 months ago

Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643

  • Property svn:eol-style set to native
File size: 1.7 KB
Line 
1## @file
2# Implementation of EFI_REDFISH_DISCOVER_PROTOCOL interfaces.
3#
4# (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
5# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
6#
7# SPDX-License-Identifier: BSD-2-Clause-Patent
8#
9##
10
11[Defines]
12 INF_VERSION = 0x0001001b
13 BASE_NAME = RedfishDiscoverDxe
14 FILE_GUID = 28A76FE5-43D7-48A3-9714-C1B7BDD6DFB6
15 MODULE_TYPE = UEFI_DRIVER
16 VERSION_STRING = 1.0
17 ENTRY_POINT = RedfishDiscoverEntryPoint
18 UNLOAD_IMAGE = RedfishDiscoverUnload
19
20[Packages]
21 MdePkg/MdePkg.dec
22 MdeModulePkg/MdeModulePkg.dec
23 NetworkPkg/NetworkPkg.dec
24 RedfishPkg/RedfishPkg.dec
25
26[Sources]
27 ComponentName.c
28 RedfishDiscoverDxe.c
29 RedfishSmbiosHostInterface.c
30 RedfishDiscoverInternal.h
31
32[LibraryClasses]
33 BaseLib
34 BaseMemoryLib
35 DebugLib
36 MemoryAllocationLib
37 PrintLib
38 RedfishDebugLib
39 RestExLib
40 UefiLib
41 UefiBootServicesTableLib
42 UefiDriverEntryPoint
43
44[Protocols]
45 gEfiRestExServiceBindingProtocolGuid ## Consuming
46 gEfiRestExProtocolGuid ## Consuming
47 gEfiTcp4ServiceBindingProtocolGuid ## Consuming
48 gEfiTcp4ProtocolGuid ## Consuming
49 gEfiTcp6ServiceBindingProtocolGuid ## Consuming
50 gEfiTcp6ProtocolGuid ## Consuming
51 gEfiRedfishDiscoverProtocolGuid ## Prodcuing
52 gEfiSmbiosProtocolGuid ## Consuming
53 gEfiDriverBindingProtocolGuid ## Consuming
54
55[Pcd]
56 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishDiscoverAccessModeInBand ## CONSUMES
57 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishSendReceiveTimeout ## CONSUEMS
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette