Last change
on this file since 105681 was 105670, checked in by vboxsync, 6 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:
974 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Redfish HTTP library is wrapper library for application to call Redfish
|
---|
3 | # HTTP protocol easily.
|
---|
4 | #
|
---|
5 | # Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
---|
6 | #
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010006
|
---|
13 | BASE_NAME = RedfishHttpLib
|
---|
14 | FILE_GUID = 62855D9B-441B-436B-9CA6-B7FEB7ABF54E
|
---|
15 | MODULE_TYPE = DXE_DRIVER
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = RedfishHttpLib| DXE_DRIVER UEFI_DRIVER
|
---|
18 | CONSTRUCTOR = RedfishHttpConstructor
|
---|
19 |
|
---|
20 | #
|
---|
21 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
22 | #
|
---|
23 |
|
---|
24 | [Sources]
|
---|
25 | RedfishHttpLib.c
|
---|
26 |
|
---|
27 | [Packages]
|
---|
28 | MdePkg/MdePkg.dec
|
---|
29 | MdeModulePkg/MdeModulePkg.dec
|
---|
30 | RedfishPkg/RedfishPkg.dec
|
---|
31 |
|
---|
32 | [LibraryClasses]
|
---|
33 | BaseLib
|
---|
34 | DebugLib
|
---|
35 | UefiLib
|
---|
36 | UefiBootServicesTableLib
|
---|
37 |
|
---|
38 | [Protocols]
|
---|
39 | gEdkIIRedfishHttpProtocolGuid ## CONSUMES ##
|
---|
40 |
|
---|
41 | [depex]
|
---|
42 | TRUE
|
---|
43 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.