IntelFrameworkPkg.dsc 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. # This program and the accompanying materials
  9. # are licensed and made available under the terms and conditions of the BSD License
  10. # which accompanies this distribution. The full text of the license may be found at
  11. # http://opensource.org/licenses/bsd-license.php
  12. #
  13. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  14. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  15. #
  16. ##
  17. ################################################################################
  18. #
  19. # Defines Section - statements that will be processed to create a Makefile.
  20. #
  21. ################################################################################
  22. [Defines]
  23. PLATFORM_NAME = IntelFramework
  24. PLATFORM_GUID = E76EB141-6EDB-43f3-A455-EF24A79673DD
  25. PLATFORM_VERSION = 0.96
  26. DSC_SPECIFICATION = 0x00010005
  27. OUTPUT_DIRECTORY = Build/IntelFramework
  28. SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64
  29. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  30. SKUID_IDENTIFIER = DEFAULT
  31. ################################################################################
  32. #
  33. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  34. #
  35. ################################################################################
  36. [PcdsFixedAtBuild]
  37. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
  38. [PcdsPatchableInModule]
  39. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
  40. [PcdsFeatureFlag]
  41. gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
  42. gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
  43. ###################################################################################################
  44. #
  45. # Components Section - list of the modules and components that will be processed by compilation
  46. # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
  47. #
  48. # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
  49. # into firmware volume images. This section is just a list of modules to compile from
  50. # source into UEFI-compliant binaries.
  51. # It is the FDF file that contains information on combining binary files into firmware
  52. # volume images, whose concept is beyond UEFI and is described in PI specification.
  53. # Binary modules do not need to be listed in this section, as they should be
  54. # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
  55. # Logo (Logo.bmp), and etc.
  56. # There may also be modules listed in this section that are not required in the FDF file,
  57. # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
  58. # generated for it, but the binary will not be put into any firmware volume.
  59. #
  60. ###################################################################################################
  61. [Components]
  62. IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
  63. IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf
  64. IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf
  65. IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf
  66. IntelFrameworkPkg/Library/PeiHobLibFramework/PeiHobLibFramework.inf
  67. [BuildOptions]
  68. *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES