From a1a5fc724842b8c717be106b23de62819a2a58ff Mon Sep 17 00:00:00 2001 From: mdkinney Date: Thu, 5 May 2011 16:15:13 +0000 Subject: [PATCH] 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@11624 6f19259b-4bc3-4df7-8a09-765794883524 --- UnixPkg/UnixPkg.dec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnixPkg/UnixPkg.dec b/UnixPkg/UnixPkg.dec index 003a9ae9bc..b51883d284 100644 --- a/UnixPkg/UnixPkg.dec +++ b/UnixPkg/UnixPkg.dec @@ -3,7 +3,7 @@ # This is the Unix Emulation Environment Platform # # Reference platform implementation using an emulator. -# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2008 - 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. @@ -78,7 +78,7 @@ gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize|0x0|UINT32|0x0000100f -[PcdsDynamic] +[PcdsDynamic, PcdsDynamicEx] gEfiUnixPkgTokenSpaceGuid.PcdUnixPhysicalDisk|L"E:RW;245760;512"|VOID*|0x00001000 gEfiUnixPkgTokenSpaceGuid.PcdUnixVirtualDisk|L"FW;40960;512"|VOID*|0x00001001 gEfiUnixPkgTokenSpaceGuid.PcdUnixUga|L"UGA Window"|VOID*|0x00001003 -- 2.39.2