Last change
on this file since 105670 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:
1.3 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # RedfishHostInterfaceDxe builds up SMBIOS Type 42h host interface
|
---|
3 | # record for Redfish service host interface using SMBIOS Protocol.
|
---|
4 | # RedfishHostInterfacePlatformLib is the platform-level library which
|
---|
5 | # provides the content of Redfish host interface type 42h record.
|
---|
6 | #
|
---|
7 | # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
|
---|
8 | # (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
|
---|
9 | #
|
---|
10 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
11 | #
|
---|
12 | ##
|
---|
13 |
|
---|
14 | [Defines]
|
---|
15 | INF_VERSION = 0x0001000b
|
---|
16 | BASE_NAME = RedfishHostInterfaceDxe
|
---|
17 | FILE_GUID = 592626DA-4A1E-8B39-28BA-FEAD92C4A0A4
|
---|
18 | MODULE_TYPE = DXE_DRIVER
|
---|
19 | VERSION_STRING = 1.0
|
---|
20 | ENTRY_POINT = RedfishHostInterfaceDxeEntryPoint
|
---|
21 |
|
---|
22 | #
|
---|
23 | # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64
|
---|
24 | #
|
---|
25 |
|
---|
26 | [Sources]
|
---|
27 | RedfishHostInterfaceDxe.c
|
---|
28 |
|
---|
29 | [Packages]
|
---|
30 | MdePkg/MdePkg.dec
|
---|
31 | MdeModulePkg/MdeModulePkg.dec
|
---|
32 | RedfishPkg/RedfishPkg.dec
|
---|
33 |
|
---|
34 | [LibraryClasses]
|
---|
35 | BaseLib
|
---|
36 | BaseMemoryLib
|
---|
37 | DebugLib
|
---|
38 | MemoryAllocationLib
|
---|
39 | PrintLib
|
---|
40 | RedfishPlatformHostInterfaceLib
|
---|
41 | UefiBootServicesTableLib
|
---|
42 | UefiDriverEntryPoint
|
---|
43 | UefiLib
|
---|
44 |
|
---|
45 | [Protocols]
|
---|
46 | gEfiSmbiosProtocolGuid ## TO_START
|
---|
47 | gEdkIIRedfishHostInterfaceReadyProtocolGuid ## PRODUCED
|
---|
48 |
|
---|
49 | [Depex]
|
---|
50 | gEfiSmbiosProtocolGuid
|
---|
51 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.