]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/RedfishPlatformHostInterfaceLib/RedfishPlatformHostInterfaceLib.inf
EmulatorPkg/RedfishPlatformHostInterfaceLib library
[mirror_edk2.git] / EmulatorPkg / Library / RedfishPlatformHostInterfaceLib / RedfishPlatformHostInterfaceLib.inf
1 ## @file
2 # NULL instance of RedfishPlatformHostInterfaceLib
3 #
4 # (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x0001000b
12 BASE_NAME = RedfishPlatformHostInterfaceLib
13 FILE_GUID = D5ECB7F2-4906-94E2-45B1-31BF4FD90122
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = RedfishPlatformHostInterfaceLib
17 CONSTRUCTOR = RedfishPlatformHostInterfaceConstructor
18 #
19 # VALID_ARCHITECTURES = IA32 X64
20 #
21
22 [Sources]
23 RedfishPlatformHostInterfaceLib.c
24
25 [Packages]
26 EmulatorPkg/EmulatorPkg.dec
27 MdePkg/MdePkg.dec
28 MdeModulePkg/MdeModulePkg.dec
29 RedfishPkg/RedfishPkg.dec
30
31 [LibraryClasses]
32 BaseLib
33 BaseMemoryLib
34 DebugLib
35 MemoryAllocationLib
36 PcdLib
37 UefiLib
38
39 [Pcd]
40 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceDevicePath ## CONSUMES
41
42 [Guids]
43 gEmuRedfishServiceGuid
44
45 [Depex]
46 gEfiVariableArchProtocolGuid AND
47 gEfiVariableWriteArchProtocolGuid