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