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