]> git.proxmox.com Git - mirror_edk2.git/blame - FatPkg/FatPkg.dsc
Add details comments for the code flow to initialize Unicode Collation (2) support.
[mirror_edk2.git] / FatPkg / FatPkg.dsc
CommitLineData
b9ec9330
QH
1#/** @file\r
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
7# Copyright (c) 2007, Intel Corporation\r
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
17#**/\r
18\r
19[Defines]\r
20 PLATFORM_NAME = Fat\r
21 PLATFORM_GUID = 25b55dbc-9d0b-4a32-80da-46e1273d622c\r
22 PLATFORM_VERSION = 0.1\r
23 DSC_SPECIFICATION = 0x00010005\r
24 SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC\r
25 OUTPUT_DIRECTORY = Build/Fat\r
26 BUILD_TARGETS = DEBUG|RELEASE\r
27 SKUID_IDENTIFIER = DEFAULT\r
28\r
29[LibraryClasses.common]\r
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
41 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
42 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
43 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.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\r
48[Components.common]\r
49 FatPkg\EnhancedFatDxe\Fat.inf\r