]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
Fix doxygen comment for structure definitions.
[mirror_edk2.git] / MdeModulePkg / Library / PlatformBdsLibNull / PlatformBdsLibNull.inf
CommitLineData
93e3992d 1#/** @file\r
93e3992d 2# \r
8dbae30d 3# Component name for module GenericBdsLib\r
4# \r
5# Copyright (c) 2007 - 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
93e3992d 12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
8dbae30d 13# \r
93e3992d 14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PlatformBdsLib\r
19 FILE_GUID = 143B5044-7C1B-4904-9778-EA16F1F3D554\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = PlatformBdsLib|DXE_DRIVER \r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x0002000A\r
25\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources.common]\r
34 BdsPlatform.c\r
35 PlatformData.c\r
36 BdsPlatform.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 MemoryAllocationLib\r
45 UefiBootServicesTableLib\r
46 BaseMemoryLib\r
47 DebugLib\r
48 PcdLib\r
93e3992d 49 GenericBdsLib\r