]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - FatPkg/FatPkg.dsc
FatPkg: Refine casting expression result to bigger size
[mirror_edk2.git] / FatPkg / FatPkg.dsc
... / ...
CommitLineData
1## @file\r
2# Build Binary Enhanced Fat Driver Modules.\r
3#\r
4# This Platform file is used to generate the Binary Fat Drivers\r
5# for EDK II Prime release.\r
6# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
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
16##\r
17\r
18[Defines]\r
19 PLATFORM_NAME = Fat\r
20 PLATFORM_GUID = 25b55dbc-9d0b-4a32-80da-46e1273d622c\r
21 PLATFORM_VERSION = 0.3\r
22 DSC_SPECIFICATION = 0x00010005\r
23 SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC|ARM|AARCH64\r
24 OUTPUT_DIRECTORY = Build/Fat\r
25 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
26 SKUID_IDENTIFIER = DEFAULT\r
27\r
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
32 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
33 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r
34\r
35[LibraryClasses]\r
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
47 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
48 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
49 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
50 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
51 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
52 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf \r
53 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
54\r
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
61\r
62[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
63 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
64 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
65\r
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
85[Components]\r
86 FatPkg/FatPei/FatPei.inf\r
87 FatPkg/EnhancedFatDxe/Fat.inf\r