]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Bds/Bds.inf
ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, line endings)
[mirror_edk2.git] / ArmPlatformPkg / Bds / Bds.inf
CommitLineData
1d5d0ae9 1#/** @file
2#
0db25ccc 3# Component description file for Bds module
1d5d0ae9 4#
0db25ccc 5# Copyright (c) 2011-2012, 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
11c20f4e 48 BaseLib
1d5d0ae9 49
50[Guids]
ea46ebbe 51 gEfiFileSystemInfoGuid
1d5d0ae9 52
53[Protocols]
54 gEfiBdsArchProtocolGuid
ea46ebbe 55 gEfiBlockIoProtocolGuid
1d5d0ae9 56 gEfiSimpleTextInProtocolGuid
ea46ebbe 57 gEfiPxeBaseCodeProtocolGuid
58 gEfiSimpleNetworkProtocolGuid
1d5d0ae9 59 gEfiDevicePathToTextProtocolGuid
60
61[Pcd]
ea46ebbe 62 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor
63 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription
64 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath
656416bc 65 gArmPlatformTokenSpaceGuid.PcdDefaultBootInitrdPath
ea46ebbe 66 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument
67 gArmPlatformTokenSpaceGuid.PcdDefaultBootType
68 gArmPlatformTokenSpaceGuid.PcdFdtDevicePath
69 gArmPlatformTokenSpaceGuid.PcdPlatformBootTimeOut
70 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths
71 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths
72
1d5d0ae9 73[Depex]
74 TRUE