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