Last change
on this file since 101291 was 101291, checked in by vboxsync, 14 months ago |
EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
808 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # INF file for Redfish debug library.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010006
|
---|
12 | BASE_NAME = RedfishDebugLib
|
---|
13 | FILE_GUID = 7F64C79F-ABD0-4446-86B5-2C1AE36168AD
|
---|
14 | MODULE_TYPE = DXE_DRIVER
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | LIBRARY_CLASS = RedfishDebugLib| DXE_DRIVER UEFI_DRIVER
|
---|
17 |
|
---|
18 | #
|
---|
19 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
20 | #
|
---|
21 |
|
---|
22 | [Sources]
|
---|
23 | RedfishDebugLib.c
|
---|
24 |
|
---|
25 | [Packages]
|
---|
26 | MdePkg/MdePkg.dec
|
---|
27 | MdeModulePkg/MdeModulePkg.dec
|
---|
28 | RedfishPkg/RedfishPkg.dec
|
---|
29 |
|
---|
30 | [LibraryClasses]
|
---|
31 | BaseLib
|
---|
32 | DebugLib
|
---|
33 | JsonLib
|
---|
34 | MemoryAllocationLib
|
---|
35 | RedfishLib
|
---|
36 | UefiLib
|
---|
37 |
|
---|
38 | [Depex]
|
---|
39 | TRUE
|
---|
Note:
See
TracBrowser
for help on using the repository browser.