]> git.proxmox.com Git - mirror_edk2.git/blob - RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
RedfishPkg/RedfishCrtLib: Redfish C runtime library
[mirror_edk2.git] / RedfishPkg / PrivateLibrary / RedfishCrtLib / RedfishCrtLib.inf
1 ## @file
2 # Redfish C Runtime Library for opensource projects.
3 #
4 # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
5 # (C) Copyright 2020 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 = RedfishCrtLib
14 FILE_GUID = 8263B8AC-D021-425D-B337-3EC96F5DC19B
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = RedfishCrtLib|DXE_DRIVER UEFI_APPLICATION UEFI_DRIVER
18
19 #
20 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64
21 #
22
23 [Sources]
24 RedfishCrtLib.c
25
26 [LibraryClasses]
27 BaseLib
28 BaseSortLib
29 DebugLib
30 MemoryAllocationLib
31 UefiRuntimeServicesTableLib
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36 RedfishPkg/RedfishPkg.dec
37
38