FatPkg.dsc 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. ## @file
  2. #
  3. # Build Binary Enhanced Fat Driver Modules
  4. #
  5. # This Platform file is used to generate the Binary Fat Drivers
  6. # for EDK II Prime release.
  7. # Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
  8. #
  9. # This program and the accompanying materials are licensed and made available
  10. # under the terms and conditions of the BSD License which accompanies this
  11. # distribution. The full text of the license may be found at
  12. # http://opensource.org/licenses/bsd-license.php
  13. #
  14. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  15. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  16. #
  17. ##
  18. [Defines]
  19. PLATFORM_NAME = Fat
  20. PLATFORM_GUID = 25b55dbc-9d0b-4a32-80da-46e1273d622c
  21. PLATFORM_VERSION = 0.2
  22. DSC_SPECIFICATION = 0x00010005
  23. SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC|ARM
  24. OUTPUT_DIRECTORY = Build/Fat
  25. BUILD_TARGETS = DEBUG|RELEASE
  26. SKUID_IDENTIFIER = DEFAULT
  27. [BuildOptions]
  28. GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
  29. INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
  30. MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
  31. RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
  32. [LibraryClasses]
  33. #
  34. # Entry Point Libraries
  35. #
  36. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  37. #
  38. # Common Libraries
  39. #
  40. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  41. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  42. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  43. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  44. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  45. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  46. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  47. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  48. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  49. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  50. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  51. [LibraryClasses.common.PEIM]
  52. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  53. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  54. PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  55. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  56. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  57. [LibraryClasses.ARM]
  58. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  59. ###################################################################################################
  60. #
  61. # Components Section - list of the modules and components that will be processed by compilation
  62. # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
  63. #
  64. # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
  65. # into firmware volume images. This section is just a list of modules to compile from
  66. # source into UEFI-compliant binaries.
  67. # It is the FDF file that contains information on combining binary files into firmware
  68. # volume images, whose concept is beyond UEFI and is described in PI specification.
  69. # Binary modules do not need to be listed in this section, as they should be
  70. # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
  71. # Logo (Logo.bmp), and etc.
  72. # There may also be modules listed in this section that are not required in the FDF file,
  73. # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
  74. # generated for it, but the binary will not be put into any firmware volume.
  75. #
  76. ###################################################################################################
  77. [Components]
  78. FatPkg/FatPei/FatPei.inf
  79. FatPkg/EnhancedFatDxe/Fat.inf