]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
cca4a32647cf12c7f4e3e37b385b79f080e3dfea
[mirror_edk2.git] / MdeModulePkg / Library / PlatformBdsLibNull / PlatformBdsLibNull.inf
1 #/** @file
2 # Component name for module GenericBdsLib
3 #
4 # FIX ME!
5 # Copyright (c) 2007, Intel Corporation. All rights reserved.
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = PlatformBdsLib
21 FILE_GUID = 143B5044-7C1B-4904-9778-EA16F1F3D554
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = PlatformBdsLib|DXE_DRIVER
25 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x0002000A
27
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34
35 [Sources.common]
36 BdsPlatform.c
37 PlatformData.c
38 BdsPlatform.h
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43 #
44 # This dependency is because of gEfiLegacyBiosProtocolGuid from GenericBdsLib.
45 # It may be removed if a Library class is created to abstract away definition
46 # in Framework specification or PI spec incorporates the Legacy Booting
47 # Protocols.
48 #
49 IntelFrameworkPkg/IntelFrameworkPkg.dec
50
51 [LibraryClasses]
52 BaseLib
53 MemoryAllocationLib
54 UefiBootServicesTableLib
55 BaseMemoryLib
56 DebugLib
57 PcdLib
58 GraphicsLib
59 GenericBdsLib
60
61 [Guids]
62 gEfiDefaultBmpLogoGuid