]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/TemplateBds/TemplateBds.inf
Adding support for BeagleBoard.
[mirror_edk2.git] / EmbeddedPkg / TemplateBds / TemplateBds.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) 2008, Intel Corporation. <BR>\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# \r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14# \r
15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = TemplateBds\r
20 FILE_GUID = 3C85595C-70FD-447D-B0CB-7F6BBA9C9BEB\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23\r
24 ENTRY_POINT = BdsInitialize\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources.common]\r
33 BdsEntry.c\r
34 FirmwareVolume.c\r
35\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39\r
40[LibraryClasses]\r
41 DevicePathLib\r
42 BaseLib\r
43 HobLib\r
44 UefiRuntimeServicesTableLib\r
45 ReportStatusCodeLib\r
46 PerformanceLib\r
47 DxeServicesTableLib\r
48 MemoryAllocationLib\r
49 UefiLib\r
50 UefiBootServicesTableLib\r
51 BaseMemoryLib\r
52 DebugLib\r
53 PrintLib\r
54 UefiDriverEntryPoint\r
55\r
56[Guids]\r
57 \r
58\r
59[Protocols]\r
60 gEfiBdsArchProtocolGuid \r
61 gEfiSimpleTextInProtocolGuid \r
62 gEfiSimpleTextOutProtocolGuid \r
63 gEfiSerialIoProtocolGuid \r
64 gEfiDevicePathProtocolGuid \r
65 gEfiFirmwareVolume2ProtocolGuid\r
66\r
67[depex]\r
68 TRUE\r