]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
9ff7dc73f0a5f5163a1993859398d2957e902b99
[mirror_edk2.git] / MdeModulePkg / Library / PlatformBdsLibNull / PlatformBdsLibNull.inf
1 #/** @file
2 #
3 # Provide NULL implementation for PlatformBdsLib library class interfaces which
4 # should be implemented by OEM.
5 #
6 # Copyright (c) 2007 - 2008, Intel Corporation. <BR>
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 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = PlatformBdsLib
20 FILE_GUID = 143B5044-7C1B-4904-9778-EA16F1F3D554
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23 LIBRARY_CLASS = PlatformBdsLib|DXE_DRIVER
24 EDK_RELEASE_VERSION = 0x00020000
25 EFI_SPECIFICATION_VERSION = 0x0002000A
26
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
32 #
33
34 [Sources.common]
35 BdsPlatform.c
36 PlatformData.c
37 BdsPlatform.h
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42
43 [LibraryClasses]
44 BaseLib
45 MemoryAllocationLib
46 UefiBootServicesTableLib
47 BaseMemoryLib
48 DebugLib
49 PcdLib
50 GenericBdsLib