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