]> git.proxmox.com Git - mirror_edk2.git/blob - RedfishPkg/RedfishPkg.dsc
RedfishPkg/Ucs2Utf8lib: UCS2 to UFT8 manipulation library
[mirror_edk2.git] / RedfishPkg / RedfishPkg.dsc
1 ## @file
2 # Redfish Package
3 #
4 # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
5 # (C) Copyright 2020 Hewlett-Packard Enterprise Development LP.
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 PLATFORM_NAME = RedfishPkg
13 PLATFORM_GUID = c4352870-5232-11e7-9522-005056c00008
14 PLATFORM_VERSION = 1.0
15 DSC_SPECIFICATION = 0x0001001c
16 OUTPUT_DIRECTORY = Build/RedfishPkg
17 SUPPORTED_ARCHITECTURES = IA32|X64|ARM|AARCH64|RISCV64
18 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
19 SKUID_IDENTIFIER = DEFAULT
20
21 [LibraryClasses]
22 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
23 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
24 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
25 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
26 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
27 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
28 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
29 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
30 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
31 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
32 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
33 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
34 RedfishPlatformHostInterfaceLib|RedfishPkg/Library/PlatformHostInterfaceLibNull/PlatformHostInterfaceLibNull.inf
35 HttpLib|NetworkPkg/Library/DxeHttpLib/DxeHttpLib.inf
36 HttpIoLib|NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.inf
37 NetLib|NetworkPkg/Library/DxeNetLib/DxeNetLib.inf
38 DpcLib|NetworkPkg/Library/DxeDpcLib/DxeDpcLib.inf
39 RedfishPlatformCredentialLib|RedfishPkg/Library/PlatformCredentialLibNull/PlatformCredentialLibNull.inf
40
41 [LibraryClasses.ARM, LibraryClasses.AARCH64]
42 #
43 # This library provides the instrinsic functions generated by a given compiler.
44 #
45 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
46 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
47 ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf
48
49 [Components]
50 RedfishPkg/Library/PlatformHostInterfaceLibNull/PlatformHostInterfaceLibNull.inf
51 RedfishPkg/Library/PlatformCredentialLibNull/PlatformCredentialLibNull.inf
52 RedfishPkg/Library/DxeRestExLib/DxeRestExLib.inf
53 RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf
54
55 !include RedfishPkg/Redfish.dsc.inc