]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/Library/DuetBdsLib/PlatformBds.inf
1. Correct File header to ## @file
[mirror_edk2.git] / DuetPkg / Library / DuetBdsLib / PlatformBds.inf
CommitLineData
6bfbb5f0 1## @file\r
c69dd9df 2#\r
6bfbb5f0 3# Copyright (c) 2006 - 2010, Intel Corporation \r
c69dd9df 4# All rights reserved. This program and the accompanying materials \r
5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11# \r
12# Module Name:\r
13#\r
14# PlatformBds.inf\r
15#\r
16# Abstract:\r
17#\r
18# Component description file for Bds module.\r
19#\r
6bfbb5f0 20##\r
c69dd9df 21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = DuetBds\r
25 FILE_GUID = A6F691AC-31C8-4444-854C-E2C1A6950F92\r
26 MODULE_TYPE = DXE_DRIVER\r
27 VERSION_STRING = 1.0\r
28 LIBRARY_CLASS = PlatformBdsLib|DXE_DRIVER \r
29 EDK_RELEASE_VERSION = 0x00020000\r
30 EFI_SPECIFICATION_VERSION = 0x0002000A\r
31\r
32\r
6bfbb5f0 33[Sources]\r
c69dd9df 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
c69dd9df 41 DuetPkg/DuetPkg.dec\r
002774aa 42 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
43 \r
c69dd9df 44[LibraryClasses]\r
45 BaseLib\r
46 MemoryAllocationLib\r
47 UefiBootServicesTableLib\r
48 BaseMemoryLib\r
49 DebugLib\r
50 PcdLib\r
c69dd9df 51 GenericBdsLib\r
52 HobLib\r
53 UefiLib\r
54 DevicePathLib\r
55\r
56[Guids]\r
c69dd9df 57 gEfiGlobalVariableGuid\r
58 gEfiPciExpressBaseAddressGuid\r
59 gEfiAcpi20TableGuid\r
60 gEfiMpsTableGuid\r
61 gEfiSmbiosTableGuid\r
6efe5f96 62 gEfiAcpiTableGuid\r
63 \r
64[Pcd]\r
d46f3632
LG
65 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut \r
66 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile \r
b29a823d 67 \r