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