Last change
on this file 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:
960 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # INF file for Redfish debug library.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
---|
5 | # Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR>
|
---|
6 | #
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010006
|
---|
13 | BASE_NAME = RedfishDebugLib
|
---|
14 | FILE_GUID = 7F64C79F-ABD0-4446-86B5-2C1AE36168AD
|
---|
15 | MODULE_TYPE = DXE_DRIVER
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = RedfishDebugLib| DXE_DRIVER UEFI_DRIVER
|
---|
18 |
|
---|
19 | #
|
---|
20 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
21 | #
|
---|
22 |
|
---|
23 | [Sources]
|
---|
24 | RedfishDebugLib.c
|
---|
25 |
|
---|
26 | [Packages]
|
---|
27 | MdePkg/MdePkg.dec
|
---|
28 | MdeModulePkg/MdeModulePkg.dec
|
---|
29 | RedfishPkg/RedfishPkg.dec
|
---|
30 |
|
---|
31 | [LibraryClasses]
|
---|
32 | BaseLib
|
---|
33 | DebugLib
|
---|
34 | JsonLib
|
---|
35 | MemoryAllocationLib
|
---|
36 | RedfishHttpLib
|
---|
37 | UefiLib
|
---|
38 |
|
---|
39 | [FixedPcd]
|
---|
40 | gEfiRedfishPkgTokenSpaceGuid.PcdRedfishDebugCategory
|
---|
41 |
|
---|
42 | [Depex]
|
---|
43 | TRUE
|
---|
Note:
See
TracBrowser
for help on using the repository browser.