]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 5 May 2011 16:15:13 +0000 (16:15 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 5 May 2011 16:15:13 +0000 (16:15 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11624 6f19259b-4bc3-4df7-8a09-765794883524

UnixPkg/UnixPkg.dec

index 003a9ae9bceab13c7c27ed8c866b8be65d9285fe..b51883d2845b9afc2400d5033d18e6629b4883cf 100644 (file)
@@ -3,7 +3,7 @@
 # This is the Unix Emulation Environment Platform\r
 #\r
 # Reference platform implementation using an emulator.\r
-# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #    This program and the accompanying materials are licensed and made available \r
 #    under the terms and conditions of the BSD License which accompanies this distribution.\r
@@ -78,7 +78,7 @@
   gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize|0x0|UINT32|0x0000100f\r
 \r
 \r
-[PcdsDynamic]\r
+[PcdsDynamic, PcdsDynamicEx]\r
   gEfiUnixPkgTokenSpaceGuid.PcdUnixPhysicalDisk|L"E:RW;245760;512"|VOID*|0x00001000\r
   gEfiUnixPkgTokenSpaceGuid.PcdUnixVirtualDisk|L"FW;40960;512"|VOID*|0x00001001\r
   gEfiUnixPkgTokenSpaceGuid.PcdUnixUga|L"UGA Window"|VOID*|0x00001003\r