]> git.proxmox.com Git - mirror_edk2.git/blob - FatPkg/FatPkg.dsc
Fix the build error caused by recent MdePkg clean up
[mirror_edk2.git] / FatPkg / FatPkg.dsc
1 #/** @file
2 #
3 # Build Binary Enhanced Fat Driver Modules
4 #
5 # This Platform file is used to generate the Binary Fat Drivers
6 # for EDK II Prime release.
7 # Copyright (c) 2007, Intel Corporation
8 #
9 # This program and the accompanying materials are licensed and made available
10 # under the terms and conditions of the BSD License which accompanies this
11 # distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #**/
18
19 [Defines]
20 PLATFORM_NAME = Fat
21 PLATFORM_GUID = 25b55dbc-9d0b-4a32-80da-46e1273d622c
22 PLATFORM_VERSION = 0.1
23 DSC_SPECIFICATION = 0x00010005
24 SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC
25 OUTPUT_DIRECTORY = Build/Fat
26 BUILD_TARGETS = DEBUG|RELEASE
27 SKUID_IDENTIFIER = DEFAULT
28
29 [LibraryClasses.common]
30 #
31 # Entry Point Libraries
32 #
33 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
34 #
35 # Common Libraries
36 #
37 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
38 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
39 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
40 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
41 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
42 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
43 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
44 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
45 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
46 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
47 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
48
49 [Components.common]
50 FatPkg/EnhancedFatDxe/Fat.inf