]> git.proxmox.com Git - mirror_edk2.git/blob - RedfishPkg/RedfishPkg.dsc
OvmfPkg/PlatformPei: set the Hypervisor Features PCD
[mirror_edk2.git] / RedfishPkg / RedfishPkg.dsc
1 ## @file
2 # Redfish Package
3 #
4 # Copyright (c) 2019 - 2021, Intel Corporation. All rights reserved.<BR>
5 # (C) Copyright 2021 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 !include MdePkg/MdeLibs.dsc.inc
22
23 [LibraryClasses]
24 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
25 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
26 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
27 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
28 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
29 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
30 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
31 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
32 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
33 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
34 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
35 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
36 RedfishPlatformHostInterfaceLib|RedfishPkg/Library/PlatformHostInterfaceLibNull/PlatformHostInterfaceLibNull.inf
37 HttpLib|NetworkPkg/Library/DxeHttpLib/DxeHttpLib.inf
38 HttpIoLib|NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.inf
39 NetLib|NetworkPkg/Library/DxeNetLib/DxeNetLib.inf
40 DpcLib|NetworkPkg/Library/DxeDpcLib/DxeDpcLib.inf
41 RedfishPlatformCredentialLib|RedfishPkg/Library/PlatformCredentialLibNull/PlatformCredentialLibNull.inf
42 RedfishContentCodingLib|RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.inf
43
44 [LibraryClasses.ARM, LibraryClasses.AARCH64]
45 #
46 # This library provides the instrinsic functions generated by a given compiler.
47 #
48 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
49 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
50 ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf
51
52 [Components]
53 RedfishPkg/Library/PlatformHostInterfaceLibNull/PlatformHostInterfaceLibNull.inf
54 RedfishPkg/Library/PlatformCredentialLibNull/PlatformCredentialLibNull.inf
55 RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.inf
56 RedfishPkg/Library/DxeRestExLib/DxeRestExLib.inf
57 RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf
58 RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
59 RedfishPkg/Library/JsonLib/JsonLib.inf
60 RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
61
62 !include RedfishPkg/Redfish.dsc.inc