]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/Library/DuetBdsLib/PlatformBds.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / DuetPkg / Library / DuetBdsLib / PlatformBds.inf
index ab0bd1c5fe7dd2b6b9a55ddff3433ac7943304b1..99898ed6837f5e50dbf10dd4dbad334d98000d9b 100644 (file)
@@ -1,6 +1,6 @@
-#/*++\r
+## @file\r
 #\r
-# Copyright (c) 2006 - 2007, Intel Corporation                                                  \r
+# Copyright (c) 2006 - 2010, Intel Corporation                                                  \r
 # All rights reserved. This program and the accompanying materials                          \r
 # are licensed and made available under the terms and conditions of the BSD License         \r
 # which accompanies this distribution.  The full text of the license may be found at        \r
@@ -17,7 +17,7 @@
 #\r
 #    Component description file for Bds module.\r
 #\r
-#--*/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = PlatformBdsLib|DXE_DRIVER   \r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x0002000A\r
 \r
-\r
-[Sources.common]\r
+[Sources]\r
   BdsPlatform.c\r
   PlatformData.c\r
   BdsPlatform.h\r
@@ -39,7 +36,8 @@
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   DuetPkg/DuetPkg.dec\r
-\r
+  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
+  \r
 [LibraryClasses]\r
   BaseLib\r
   MemoryAllocationLib\r
   DevicePathLib\r
 \r
 [Guids]\r
-  gEfiDefaultBmpLogoGuid\r
   gEfiGlobalVariableGuid\r
   gEfiPciExpressBaseAddressGuid\r
   gEfiAcpi20TableGuid\r
   gEfiMpsTableGuid\r
   gEfiSmbiosTableGuid\r
-  gEfiAcpiTableGuid
\ No newline at end of file
+  gEfiAcpiTableGuid\r
+  \r
+[Pcd]\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut  \r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile  \r
+  \r