]> git.proxmox.com Git - mirror_edk2.git/blame - BeagleBoardPkg/Bds/Bds.inf
Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also added...
[mirror_edk2.git] / BeagleBoardPkg / Bds / Bds.inf
CommitLineData
2ef2b01e
A
1#%HEADER%\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. \r
7#\r
8# This document is the property of Apple, Inc.\r
9# It is considered confidential and proprietary.\r
10# \r
11# This document may not be reproduced or transmitted in any form,\r
12# in whole or in part, without the express written permission of\r
13# Apple, Inc.\r
14# \r
15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = BeagleBoardBds\r
20 FILE_GUID = 934431fe-5745-402e-913d-17b4434eb0f3\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23\r
24 ENTRY_POINT = BdsInitialize\r
25\r
26[Sources.common]\r
27 BdsEntry.c\r
28 FirmwareVolume.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 EmbeddedPkg/EmbeddedPkg.dec\r
33\r
34[LibraryClasses]\r
35 DevicePathLib\r
36 BaseLib\r
37 HobLib\r
38 UefiRuntimeServicesTableLib\r
39 ReportStatusCodeLib\r
40 PerformanceLib\r
41 DxeServicesTableLib\r
42 MemoryAllocationLib\r
43 UefiLib\r
44 UefiBootServicesTableLib\r
45 BaseMemoryLib\r
46 DebugLib\r
47 PrintLib\r
48 UefiDriverEntryPoint\r
49\r
50[Guids]\r
51 \r
52\r
53[Protocols]\r
54 gEfiBdsArchProtocolGuid \r
55 gEfiSimpleTextInProtocolGuid \r
56 gEfiSimpleTextOutProtocolGuid \r
57 gEfiSerialIoProtocolGuid \r
58 gEfiDevicePathProtocolGuid\r
59 gEfiSimpleFileSystemProtocolGuid\r
60 gEfiUsbIoProtocolGuid\r
61 gEfiFirmwareVolume2ProtocolGuid\r
62\r
63\r
64[FeaturePcd] \r
65\r
66[FixedPcd]\r
67 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize\r
68\r
69[Depex]\r
70 TRUE\r