diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-05-05 16:15:13 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-05-05 16:15:13 +0000 |
commit | a1a5fc724842b8c717be106b23de62819a2a58ff (patch) | |
tree | b08ef004ac3bc1895b3a05323c16aec8255ccb50 /UnixPkg | |
parent | 53b1c0c1444c76bd42bf29be3f5bbd48df44b5f7 (diff) | |
download | edk2-a1a5fc724842b8c717be106b23de62819a2a58ff.tar.gz edk2-a1a5fc724842b8c717be106b23de62819a2a58ff.tar.bz2 edk2-a1a5fc724842b8c717be106b23de62819a2a58ff.zip |
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
Diffstat (limited to 'UnixPkg')
-rw-r--r-- | UnixPkg/UnixPkg.dec | 4 |
1 files 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.<BR>
+# Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>
#
# 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
|