VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.inf@ 98912

Last change on this file since 98912 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: 907 bytes
Line 
1## @file
2# Implementation of EFI REST JSON Structure Protocol.
3#
4# (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6##
7
8[Defines]
9 INF_VERSION = 0x00010005
10 BASE_NAME = RestJsonStructureDxe
11 FILE_GUID = 83FAAFBF-FC4B-469F-892A-798E66A6F50A
12 MODULE_TYPE = DXE_DRIVER
13 VERSION_STRING = 1.0
14 ENTRY_POINT = RestJsonStructureEntryPoint
15 UNLOAD_IMAGE = RestJsonStructureUnload
16
17[Packages]
18 MdePkg/MdePkg.dec
19 MdeModulePkg/MdeModulePkg.dec
20 RedfishPkg/RedfishPkg.dec
21
22[Sources]
23 RestJsonStructureDxe.c
24 RestJsonStructureInternal.h
25
26[LibraryClasses]
27 BaseLib
28 BaseMemoryLib
29 MemoryAllocationLib
30 UefiBootServicesTableLib
31 UefiDriverEntryPoint
32 UefiLib
33
34[Protocols]
35 gEfiRestJsonStructureProtocolGuid ## Producing
36
37[Depex]
38 TRUE
39
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