]> 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>
Wed, 4 May 2011 21:43:25 +0000 (21:43 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 4 May 2011 21:43:25 +0000 (21:43 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11623 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/ShellPkg.dec

index 4b74caa7496243ce89a69735d75a8ea8312731f1..e6ca2b4b157a8f2f6b5761cefd0e58008d7d52e3 100644 (file)
@@ -2,7 +2,7 @@
 #\r
 # This Package provides all definitions for EFI and UEFI Shell\r
 #\r
-# Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are licensed and made available under\r
 # the terms and conditions of the BSD License which accompanies this distribution.\r
@@ -97,7 +97,7 @@
   ## This flag forces the shell to present a user console.  Allows for earlier debugging of platforms.\r
   gEfiShellPkgTokenSpaceGuid.PcdShellForceConsole|FALSE|BOOLEAN|0x0000000F\r
 \r
-[PcdsFixedAtBuild,PcdsPatchableInModule,PcdsDynamic]\r
+[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
   ## This flag is used to control the protocols produced by the shell\r
   #  If TRUE the shell will produce EFI_SHELL_ENVIRONMENT2 and EFI_SHELL_INTERFACE\r
   gEfiShellPkgTokenSpaceGuid.PcdShellSupportOldProtocols|FALSE|BOOLEAN|0x00000002\r