]> git.proxmox.com Git - mirror_edk2.git/blob - RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.inf
RedfishPkg: Use DSC include file
[mirror_edk2.git] / RedfishPkg / RedfishHostInterfaceDxe / RedfishHostInterfaceDxe.inf
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
48 [Depex]
49 gEfiSmbiosProtocolGuid
50