]> git.proxmox.com Git - mirror_edk2.git/blame - ArmRealViewEbPkg/Bds/Bds.inf
Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to have...
[mirror_edk2.git] / ArmRealViewEbPkg / Bds / Bds.inf
CommitLineData
b76848cb 1\r
2#/** @file\r
3# \r
4# Component discription file for Bds module\r
5# \r
6# Copyright (c) 2009, Apple Inc. All rights reserved.<BR>\r
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# \r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15# \r
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = ArmEbBds\r
21 FILE_GUID = B404835D-EB9F-41c6-BE0C-C815B4FE3437\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24\r
25 ENTRY_POINT = BdsInitialize\r
26\r
27[Sources.common]\r
28 BdsEntry.c\r
29 FirmwareVolume.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 EmbeddedPkg/EmbeddedPkg.dec\r
34\r
35[LibraryClasses]\r
36 DevicePathLib\r
37 BaseLib\r
38 HobLib\r
39 UefiRuntimeServicesTableLib\r
40 ReportStatusCodeLib\r
41 PerformanceLib\r
42 DxeServicesTableLib\r
43 MemoryAllocationLib\r
44 UefiLib\r
45 UefiBootServicesTableLib\r
46 BaseMemoryLib\r
47 DebugLib\r
48 PrintLib\r
49 UefiDriverEntryPoint\r
50\r
51[Guids]\r
52 \r
53\r
54[Protocols]\r
55 gEfiBdsArchProtocolGuid \r
56 gEfiSimpleTextInProtocolGuid \r
57 gEfiSimpleTextOutProtocolGuid \r
58 gEfiSerialIoProtocolGuid \r
59 gEfiDevicePathProtocolGuid\r
60 gEfiSimpleFileSystemProtocolGuid\r
61 gEfiUsbIoProtocolGuid\r
62 gEfiFirmwareVolume2ProtocolGuid\r
63\r
64\r
65[FeaturePcd] \r
66\r
67[FixedPcd]\r
68 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize\r
69\r
70[Depex]\r
71 TRUE\r