]> git.proxmox.com Git - mirror_edk2.git/blame - BeagleBoardPkg/Bds/Bds.inf
Omap35xxPkg: enable -DDISABLE_NEW_DEPRECATED_INTERFACES
[mirror_edk2.git] / BeagleBoardPkg / Bds / Bds.inf
CommitLineData
a957d4a7 1\r
2ef2b01e 2#/** @file\r
3402aac7 3#\r
82325f95 4# Component description file for Bds module\r
3402aac7 5#\r
1ebd6c11 6# Copyright (c) 2009, Apple Inc. All rights reserved.<BR>\r
2ef2b01e 7#\r
1ebd6c11 8# This program and the accompanying materials\r
a957d4a7
A
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
3402aac7 12#\r
a957d4a7
A
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
3402aac7 15#\r
2ef2b01e
A
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = BeagleBoardBds\r
21 FILE_GUID = 934431fe-5745-402e-913d-17b4434eb0f3\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
3402aac7 52\r
2ef2b01e
A
53\r
54[Protocols]\r
3402aac7
RC
55 gEfiBdsArchProtocolGuid\r
56 gEfiSimpleTextInProtocolGuid\r
57 gEfiSimpleTextOutProtocolGuid\r
58 gEfiSerialIoProtocolGuid\r
2ef2b01e
A
59 gEfiDevicePathProtocolGuid\r
60 gEfiSimpleFileSystemProtocolGuid\r
61 gEfiUsbIoProtocolGuid\r
62 gEfiFirmwareVolume2ProtocolGuid\r
63\r
2ef2b01e
A
64[Depex]\r
65 TRUE\r