From: mdkinney Date: Wed, 4 May 2011 21:43:25 +0000 (+0000) Subject: Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx X-Git-Tag: edk2-stable201903~14880 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=53b1c0c1444c76bd42bf29be3f5bbd48df44b5f7 Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11623 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/ShellPkg/ShellPkg.dec b/ShellPkg/ShellPkg.dec index 4b74caa749..e6ca2b4b15 100644 --- a/ShellPkg/ShellPkg.dec +++ b/ShellPkg/ShellPkg.dec @@ -2,7 +2,7 @@ # # This Package provides all definitions for EFI and UEFI Shell # -# Copyright (c) 2009, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
# # This program and the accompanying materials are licensed and made available under # the terms and conditions of the BSD License which accompanies this distribution. @@ -97,7 +97,7 @@ ## This flag forces the shell to present a user console. Allows for earlier debugging of platforms. gEfiShellPkgTokenSpaceGuid.PcdShellForceConsole|FALSE|BOOLEAN|0x0000000F -[PcdsFixedAtBuild,PcdsPatchableInModule,PcdsDynamic] +[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx] ## This flag is used to control the protocols produced by the shell # If TRUE the shell will produce EFI_SHELL_ENVIRONMENT2 and EFI_SHELL_INTERFACE gEfiShellPkgTokenSpaceGuid.PcdShellSupportOldProtocols|FALSE|BOOLEAN|0x00000002