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