diff options
author | Jeff Fan <jeff.fan@intel.com> | 2014-03-31 02:16:29 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-03-31 02:16:29 +0000 |
commit | 9cd718c0f183db4cf7c1f5f2dc40f6de612a1835 (patch) | |
tree | bc600b16c458f377de0177bbdf3c50eb7e698f74 | |
parent | cbf62e5752310438480a347a46573ed95238cb51 (diff) | |
download | edk2-9cd718c0f183db4cf7c1f5f2dc40f6de612a1835.tar.gz |
Sync patch r15416 from main trunk.
Remove unused [PcdsDynamic, PcdsDynamicEx] section.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2010.SR1@15417 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | SecurityPkg/SecurityPkg.dec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec index 0394200861..665176996a 100644 --- a/SecurityPkg/SecurityPkg.dec +++ b/SecurityPkg/SecurityPkg.dec @@ -162,7 +162,6 @@ # If 1, TCG platform type is server.
gEfiSecurityPkgTokenSpaceGuid.PcdTpmPlatformClass|0|UINT8|0x00000006
-[PcdsDynamic, PcdsDynamicEx]
[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
## This PCD indicates the presence or absence of the platform operator.
gEfiSecurityPkgTokenSpaceGuid.PcdTpmPhysicalPresence|TRUE|BOOLEAN|0x00010001
|