IntelFrameworkPkg.dsc 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. ## @file
  2. # Intel Framework Package Reference Implementations
  3. #
  4. # This DSC file is used for Package Level build.
  5. #
  6. # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. ##
  11. ################################################################################
  12. #
  13. # Defines Section - statements that will be processed to create a Makefile.
  14. #
  15. ################################################################################
  16. [Defines]
  17. PLATFORM_NAME = IntelFramework
  18. PLATFORM_GUID = E76EB141-6EDB-43f3-A455-EF24A79673DD
  19. PLATFORM_VERSION = 0.96
  20. DSC_SPECIFICATION = 0x00010005
  21. OUTPUT_DIRECTORY = Build/IntelFramework
  22. SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64
  23. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  24. SKUID_IDENTIFIER = DEFAULT
  25. ################################################################################
  26. #
  27. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  28. #
  29. ################################################################################
  30. [PcdsFixedAtBuild]
  31. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
  32. [PcdsPatchableInModule]
  33. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
  34. [PcdsFeatureFlag]
  35. gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
  36. gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
  37. ###################################################################################################
  38. #
  39. # Components Section - list of the modules and components that will be processed by compilation
  40. # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
  41. #
  42. # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
  43. # into firmware volume images. This section is just a list of modules to compile from
  44. # source into UEFI-compliant binaries.
  45. # It is the FDF file that contains information on combining binary files into firmware
  46. # volume images, whose concept is beyond UEFI and is described in PI specification.
  47. # Binary modules do not need to be listed in this section, as they should be
  48. # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
  49. # Logo (Logo.bmp), and etc.
  50. # There may also be modules listed in this section that are not required in the FDF file,
  51. # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
  52. # generated for it, but the binary will not be put into any firmware volume.
  53. #
  54. ###################################################################################################
  55. [Components]
  56. IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
  57. IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf
  58. IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf
  59. IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf
  60. IntelFrameworkPkg/Library/PeiHobLibFramework/PeiHobLibFramework.inf
  61. [BuildOptions]
  62. *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES