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