RedfishPkg.dsc 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. [Defines]
  11. PLATFORM_NAME = RedfishPkg
  12. PLATFORM_GUID = c4352870-5232-11e7-9522-005056c00008
  13. PLATFORM_VERSION = 1.0
  14. DSC_SPECIFICATION = 0x0001001c
  15. OUTPUT_DIRECTORY = Build/RedfishPkg
  16. SUPPORTED_ARCHITECTURES = IA32|X64|ARM|AARCH64|RISCV64
  17. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  18. SKUID_IDENTIFIER = DEFAULT
  19. !include MdePkg/MdeLibs.dsc.inc
  20. [LibraryClasses]
  21. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  22. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  23. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  24. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  25. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  26. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  27. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  28. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  29. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  30. DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
  31. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  32. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  33. RedfishPlatformHostInterfaceLib|RedfishPkg/Library/PlatformHostInterfaceLibNull/PlatformHostInterfaceLibNull.inf
  34. HttpLib|NetworkPkg/Library/DxeHttpLib/DxeHttpLib.inf
  35. HttpIoLib|NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.inf
  36. NetLib|NetworkPkg/Library/DxeNetLib/DxeNetLib.inf
  37. DpcLib|NetworkPkg/Library/DxeDpcLib/DxeDpcLib.inf
  38. RedfishPlatformCredentialLib|RedfishPkg/Library/PlatformCredentialLibNull/PlatformCredentialLibNull.inf
  39. RedfishContentCodingLib|RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.inf
  40. [LibraryClasses.ARM, LibraryClasses.AARCH64]
  41. #
  42. # This library provides the instrinsic functions generated by a given compiler.
  43. #
  44. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  45. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  46. ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf
  47. [Components]
  48. RedfishPkg/Library/PlatformHostInterfaceLibNull/PlatformHostInterfaceLibNull.inf
  49. RedfishPkg/Library/PlatformCredentialLibNull/PlatformCredentialLibNull.inf
  50. RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.inf
  51. RedfishPkg/Library/DxeRestExLib/DxeRestExLib.inf
  52. RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf
  53. RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
  54. RedfishPkg/Library/JsonLib/JsonLib.inf
  55. RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
  56. !include RedfishPkg/Redfish.dsc.inc