]> 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:16:00 +0000 (16:16 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 5 May 2011 16:16:00 +0000 (16:16 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11626 6f19259b-4bc3-4df7-8a09-765794883524

Nt32Pkg/Nt32Pkg.dec

index b7bf6722f93e406f5e0c8caf69adb217c0c63440..0606cfe9ff12b2694ad070b59c77c2f863221c04 100644 (file)
@@ -12,7 +12,7 @@
 # |- Include        : Include files for Nt32Pkg\r
 # \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
 # changed after customized in DSC file.\r
 #\r
 [PcdsFixedAtBuild]\r
-  gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1|UINT32|0x00001006\r
-  gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Fv_Recovery.fd"|VOID*|0x00001009\r
-  gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain|L"64!64"|VOID*|0x0000100c\r
-\r
   gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase|0x0|UINT32|0x0000100e\r
   gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize|0x0|UINT32|0x0000100f\r
   gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase|0x0|UINT32|0x00001010\r
   gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase|0x0|UINT32|0x00001016\r
   gEfiNt32PkgTokenSpaceGuid.PcdWinNtFdBaseAddress|0x0|UINT32|0x00001017\r
 \r
+## This section list all "PatchableInModule" type PCD produced by NT32 package.\r
+# "PatchableInModule" type PCD can be seems as global variable and its value is \r
+# stored in PE file data section of module. This type PCD mainly is designed for \r
+# binary module. \r
+#\r
+[PcdsFixedAtBuild, PcdsPatchableInModule]\r
+  gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1|UINT32|0x00001006\r
+  gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Fv_Recovery.fd"|VOID*|0x00001009\r
+  gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain|L"64!64"|VOID*|0x0000100c\r
+\r
 ## This section list all "Dynamic" type PCD produced by NT32 package.\r
 # \r
 # "Dynamic" type PCD will be managed by PCD database driver at execution time.\r
 # its value can be modified by PCD_PPI/PCD_PROTOCOL at execution time.\r
 #\r
-[PcdsDynamic]\r
+[PcdsDynamic, PcdsDynamicEx]\r
   gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"E:RW;245760;512"|VOID*|0x00001000\r
   gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|0x00001001\r
   gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|0x00001002\r
   gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|0x0000100a\r
   gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|0x0000100d\r
 \r
-## This section list all "PatchableInModule" type PCD produced by NT32 package.\r
-# "PatchableInModule" type PCD can be seems as global variable and its value is \r
-# stored in PE file data section of module. This type PCD mainly is designed for \r
-# binary module. \r
-#\r
-[PcdsPatchableInModule]\r
-  gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1|UINT32|0x00001006\r
-  gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Fv_Recovery.fd"|VOID*|0x00001009\r
-  gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain|L"64!64"|VOID*|0x0000100c\r