]> git.proxmox.com Git - mirror_edk2.git/blob - RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
RedfishPkg/Library: RedfishLib
[mirror_edk2.git] / RedfishPkg / PrivateLibrary / RedfishLib / RedfishLib.inf
1 ## @file
2 # RedfishLib Library implementation.
3 #
4 # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
5 # (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x0001001b
13 BASE_NAME = DxeRedfishLib
14 FILE_GUID = 9C2CA9CF-4F79-11E8-A7D1-8CDCD426C973
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = RedfishLib| DXE_DRIVER UEFI_APPLICATION UEFI_DRIVER
18
19 #
20 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64
21 #
22
23 [Sources]
24 edk2libredfish/src/redpath.c
25 edk2libredfish/src/service.c
26 edk2libredfish/src/payload.c
27 edk2libredfish/include/redfish.h
28 edk2libredfish/include/redfishPayload.h
29 edk2libredfish/include/redfishService.h
30 edk2libredfish/include/redpath.h
31 RedfishLib.c
32 RedfishMisc.h
33 RedfishMisc.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38 NetworkPkg/NetworkPkg.dec
39 RedfishPkg/RedfishPkg.dec
40
41 [LibraryClasses]
42 BaseLib
43 BaseMemoryLib
44 DebugLib
45 HttpLib
46 MemoryAllocationLib
47 NetLib
48 RedfishContentCodingLib
49 RedfishCrtLib
50 UefiBootServicesTableLib
51 UefiLib
52
53 [Protocols]
54 gEfiRestExServiceBindingProtocolGuid ## Consumed
55 gEfiRestExProtocolGuid ## Consumed
56 gEdkIIRedfishCredentialProtocolGuid ## Consumed
57
58 [BuildOptions]
59 MSFT:*_*_*_CC_FLAGS = /U_WIN32 /UWIN64 /U_MSC_VER
60 GCC:*_*_*_CC_FLAGS = -Wno-unused-function -Wno-unused-but-set-variable