]> git.proxmox.com Git - mirror_edk2.git/blob - RedfishPkg/RedfishPkg.dsc
BaseTools: Enable Module Scope Structure Pcd
[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 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
27 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
28 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
29 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
30 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
31 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
32 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
33 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
34 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
35 PostCodeLib|MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
36 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
37 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
38 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
39 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
40 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
41 RedfishPlatformHostInterfaceLib|RedfishPkg/Library/PlatformHostInterfaceLibNull/PlatformHostInterfaceLibNull.inf
42
43 [LibraryClasses.ARM, LibraryClasses.AARCH64]
44 #
45 # This library provides the instrinsic functions generated by a given compiler.
46 #
47 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
48 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
49 ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf
50
51 [Components]
52 RedfishPkg/Library/PlatformHostInterfaceLibNull/PlatformHostInterfaceLibNull.inf
53
54 RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.inf
55 RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.inf