]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Bds/Bds.inf
ArmPlatformPkg/Bds: Add return carriage after the user presses 'ESC'
[mirror_edk2.git] / ArmPlatformPkg / Bds / Bds.inf
CommitLineData
1d5d0ae9 1#/** @file
2#
3# Component discription file for NorFlashDxe module
4#
ea46ebbe 5# Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>
1d5d0ae9 6# This program and the accompanying materials
7# are licensed and made available under the terms and conditions of the BSD License
8# which accompanies this distribution. The full text of the license may be found at
9# http://opensource.org/licenses/bsd-license.php
10#
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13#
14#**/
15
16
17[Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = ArmPlatformBds
20 FILE_GUID = 5a50aa81-c3ae-4608-a0e3-41a2e69baf94
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = BdsInitialize
25
26[Sources.common]
ea46ebbe 27 Bds.c
28 BdsHelper.c
29 BootMenu.c
30 BootOption.c
31 BootOptionSupport.c
1d5d0ae9 32
33[Packages]
34 MdePkg/MdePkg.dec
ea46ebbe 35 MdeModulePkg/MdeModulePkg.dec
1d5d0ae9 36 ArmPkg/ArmPkg.dec
ea46ebbe 37 ArmPlatformPkg/ArmPlatformPkg.dec
1d5d0ae9 38
39[LibraryClasses]
40 BdsLib
41 TimerLib
42 PerformanceLib
43 UefiBootServicesTableLib
ea46ebbe 44 DxeServicesTableLib
45 UefiDriverEntryPoint
1d5d0ae9 46 DebugLib
ea46ebbe 47 PrintLib
1d5d0ae9 48
49[Guids]
ea46ebbe 50 gEfiFileSystemInfoGuid
1d5d0ae9 51
52[Protocols]
53 gEfiBdsArchProtocolGuid
ea46ebbe 54 gEfiBlockIoProtocolGuid
1d5d0ae9 55 gEfiSimpleTextInProtocolGuid
ea46ebbe 56 gEfiPxeBaseCodeProtocolGuid
57 gEfiSimpleNetworkProtocolGuid
1d5d0ae9 58 gEfiDevicePathToTextProtocolGuid
59
60[Pcd]
ea46ebbe 61 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor
62 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription
63 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath
64 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument
65 gArmPlatformTokenSpaceGuid.PcdDefaultBootType
66 gArmPlatformTokenSpaceGuid.PcdFdtDevicePath
67 gArmPlatformTokenSpaceGuid.PcdPlatformBootTimeOut
68 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths
69 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths
70
1d5d0ae9 71[Depex]
72 TRUE