VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf@ 109091

Last change on this file since 109091 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# INF file for the UEFI driver model Redfish Configuration Handler
3# Driver.
4#
5# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
6# (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
7# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
8#
9# SPDX-License-Identifier: BSD-2-Clause-Patent
10#
11##
12
13[Defines]
14 INF_VERSION = 0x0001000b
15 BASE_NAME = RedfishConfigHandlerDriver
16 FILE_GUID = 6e881000-5749-11e8-9bf0-8cdcd426c973
17 MODULE_TYPE = UEFI_DRIVER
18 VERSION_STRING = 1.0
19 ENTRY_POINT = RedfishConfigHandlerDriverEntryPoint
20 UNLOAD_IMAGE = RedfishConfigHandlerDriverUnload
21
22#
23# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64
24#
25
26[Packages]
27 MdePkg/MdePkg.dec
28 MdeModulePkg/MdeModulePkg.dec
29 NetworkPkg/NetworkPkg.dec
30 RedfishPkg/RedfishPkg.dec
31
32[Sources]
33 ComponentName.c
34 RedfishConfigHandlerDriver.h
35 RedfishConfigHandlerDriver.c
36 RedfishConfigHandlerCommon.h
37 RedfishConfigHandlerCommon.c
38
39[LibraryClasses]
40 BaseLib
41 BaseMemoryLib
42 DebugLib
43 UefiLib
44 MemoryAllocationLib
45 NetLib
46 UefiBootServicesTableLib
47 UefiDriverEntryPoint
48
49[Protocols]
50 gEfiRedfishDiscoverProtocolGuid ## CONSUMES
51 gEfiRestExServiceBindingProtocolGuid
52 gEfiRestExProtocolGuid ## CONSUMES
53 gEdkIIRedfishCredentialProtocolGuid ## CONSUMES
54 gEdkIIRedfishConfigHandlerProtocolGuid ## CONSUMES
55 gEdkIIRedfishHostInterfaceReadyProtocolGuid ## CONSUMES
56
57[Guids]
58 gEfiEventExitBootServicesGuid ## CONSUMES ## Event
59 gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event
60
61[Depex]
62 gEdkIIRedfishCredentialProtocolGuid
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