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

IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec

index c58265db72cd0ea0e640063d7594863dcf9c715e..1679914c009de8cc895103a2e54b9c811f880df0 100644 (file)
@@ -2,7 +2,7 @@
 # Intel Framework Module Package contains the definitions and module implementation\r
 # which follows Intel EFI Framework Specification.\r
 #\r
-# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
@@ -91,7 +91,7 @@
   #  BIT2 indicates if ISA memory is supported\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportedFeatures|0x05|UINT8|0x00010040\r
 \r
-[PcdsDynamic]\r
+[PcdsDynamic, PcdsDynamicEx]\r
   ## PCD is used to mark if the machine has complete one boot cycle before.\r
   #  After the complete boot, the variable BootState will be set to TRUE.\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState|TRUE|BOOLEAN|0x0001002f\r