]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Bds/Bds.inf
Patch from open source community for CryptoPkg to allow it to build for ARM using...
[mirror_edk2.git] / ArmPlatformPkg / Bds / Bds.inf
CommitLineData
1d5d0ae9 1#/** @file
2#
3# Component discription file for NorFlashDxe module
4#
5# Copyright (c) 2010, ARM Ltd. All rights reserved.<BR>
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]
27 BdsEntry.c
28
29[Packages]
30 MdePkg/MdePkg.dec
31 ArmPkg/ArmPkg.dec
32
33[LibraryClasses]
34 BdsLib
35 TimerLib
36 PerformanceLib
37 UefiBootServicesTableLib
38 DebugLib
39
40[Guids]
41
42[Protocols]
43 gEfiBdsArchProtocolGuid
44 gEfiSimpleTextInProtocolGuid
45 gEfiDevicePathToTextProtocolGuid
46
47[Pcd]
48 gArmTokenSpaceGuid.PcdLinuxKernelDP
49 gArmTokenSpaceGuid.PcdLinuxAtag
50 gArmTokenSpaceGuid.PcdFdtDP
51
52[Depex]
53 TRUE