]> git.proxmox.com Git - mirror_edk2.git/commitdiff
DuetPkg: Use the new PCDs defined in MdePkg.
authorRuiyu Ni <ruiyu.ni@intel.com>
Wed, 6 May 2015 03:26:49 +0000 (03:26 +0000)
committerniruiyu <niruiyu@Edk2>
Wed, 6 May 2015 03:26:49 +0000 (03:26 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17317 6f19259b-4bc3-4df7-8a09-765794883524

DuetPkg/Library/DuetBdsLib/PlatformBds.inf

index f50a62e57a131cac6638e97633d2902b6e38c2d5..0a20a1a416914c453059a30e59b213f7f37bb2f4 100644 (file)
@@ -1,6 +1,6 @@
 ## @file\r
 #\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
 # 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
@@ -25,7 +25,7 @@
   FILE_GUID                      = A6F691AC-31C8-4444-854C-E2C1A6950F92\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = PlatformBdsLib|DXE_DRIVER   \r
+  LIBRARY_CLASS                  = PlatformBdsLib|DXE_DRIVER\r
 \r
 [Sources]\r
   BdsPlatform.c\r
@@ -37,7 +37,7 @@
   MdeModulePkg/MdeModulePkg.dec\r
   DuetPkg/DuetPkg.dec\r
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
-  \r
+\r
 [LibraryClasses]\r
   BaseLib\r
   MemoryAllocationLib\r
@@ -58,8 +58,8 @@
   gEfiSmbiosTableGuid\r
   gEfiAcpiTableGuid\r
   gLdrMemoryDescriptorGuid\r
-  \r
+\r
 [Pcd]\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut  \r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile  \r
-  \r
+  gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile\r
+\r