]> git.proxmox.com Git - mirror_edk2.git/blame - FatPkg/FatPkg.dsc
Maintainers.txt: Remove Yonghong from BaseTools Reviewer
[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
e38f26a2 6# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
b9ec9330 7#\r
eb6cb4ce 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
b9ec9330 9#\r
5c8a5490 10##\r
b9ec9330
QH
11\r
12[Defines]\r
13 PLATFORM_NAME = Fat\r
14 PLATFORM_GUID = 25b55dbc-9d0b-4a32-80da-46e1273d622c\r
3b339453 15 PLATFORM_VERSION = 0.3\r
b9ec9330 16 DSC_SPECIFICATION = 0x00010005\r
c8ff1df3 17 SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64\r
b9ec9330 18 OUTPUT_DIRECTORY = Build/Fat\r
da2f97e9 19 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
b9ec9330
QH
20 SKUID_IDENTIFIER = DEFAULT\r
21\r
2f4dfa84
JJ
22[BuildOptions]\r
23 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
24 INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
25 MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
68ce9995 26 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
8c261d70 27 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r
2f4dfa84 28\r
5c8a5490 29[LibraryClasses]\r
b9ec9330
QH
30 #\r
31 # Entry Point Libraries\r
32 #\r
33 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
34 #\r
35 # Common Libraries\r
36 #\r
37 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
38 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
39 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
40 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
4d0e0c45 41 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
383b5eed 42 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
b9ec9330
QH
43 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
44 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
45 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
e38f26a2 46 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
80d70ac3 47 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
b9ec9330 48\r
2f4dfa84
JJ
49[LibraryClasses.common.PEIM]\r
50 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
51 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
52 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
53 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
54 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
2f4dfa84 55\r
04a4fdb9 56[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
68ce9995 57 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
2433260e 58 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
68ce9995 59\r
a12324d4
LL
60###################################################################################################\r
61#\r
62# Components Section - list of the modules and components that will be processed by compilation\r
63# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
64#\r
65# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
66# into firmware volume images. This section is just a list of modules to compile from\r
67# source into UEFI-compliant binaries.\r
68# It is the FDF file that contains information on combining binary files into firmware\r
69# volume images, whose concept is beyond UEFI and is described in PI specification.\r
70# Binary modules do not need to be listed in this section, as they should be\r
71# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
72# Logo (Logo.bmp), and etc.\r
73# There may also be modules listed in this section that are not required in the FDF file,\r
74# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
75# generated for it, but the binary will not be put into any firmware volume.\r
76#\r
77###################################################################################################\r
78\r
5c8a5490 79[Components]\r
2f4dfa84 80 FatPkg/FatPei/FatPei.inf\r
80d70ac3 81 FatPkg/EnhancedFatDxe/Fat.inf\r