VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/RedfishPkg/Library/DxeRestExLib/DxeRestExLib.inf@ 107064

Last change on this file since 107064 was 89983, checked in by vboxsync, 4 years ago

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 1.0 KB
Line 
1## @file
2# Library for REST EX Protocol
3#
4# (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6#
7##
8
9[Defines]
10 INF_VERSION = 0x0001001b
11 BASE_NAME = DxeRestExLib
12 FILE_GUID = E9CBF727-8AF3-4602-9DBD-A3942869B5AE
13 MODULE_TYPE = DXE_DRIVER
14 VERSION_STRING = 1.0
15 LIBRARY_CLASS = RestExLib | DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER
16
17#
18# VALID_ARCHITECTURES = IA32 X64 IPF EBC RISCV64
19#
20
21[Sources.common]
22 DxeRestExLib.c
23
24[Packages]
25 NetworkPkg/NetworkPkg.dec
26 MdePkg/MdePkg.dec
27 MdeModulePkg/MdeModulePkg.dec
28
29[LibraryClasses]
30 BaseLib
31 BaseMemoryLib
32 DebugLib
33 DevicePathLib
34 MemoryAllocationLib
35 NetLib
36 PrintLib
37 UefiLib
38 UefiBootServicesTableLib
39 UefiRuntimeServicesTableLib
40
41[Protocols]
42 gEfiRestExServiceBindingProtocolGuid ## PROTOCOL ALWAYS_CONSUMED
43 gEfiRestExProtocolGuid ## PROTOCOL ALWAYS_CONSUMED
44
Note: See TracBrowser for help on using the repository browser.

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