audk/IntelFrameworkModulePkg
Eric Dong 84db9040cc IntelFrameworkModulePkg BdsDxe: Use PcdSet##S to replace PcdSet##
PcdSet## has no error status returned, then the caller has no idea about whether the set operation is successful or not.
PcdSet##S were added to return error status and PcdSet## APIs were put in ifndef DISABLE_NEW_DEPRECATED_INTERFACES condition.
To adopt PcdSet##S and further code development with DISABLE_NEW_DEPRECATED_INTERFACES defined, we need to Replace PcdSet## usage with PcdSet##S.

Normally, DynamicDefault PCD set is expected to be success, but DynamicHii PCD set failure is a legal case.
So for DynamicDefault, we add assert when set failure. For DynamicHii, we add logic to handle it.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18605 6f19259b-4bc3-4df7-8a09-765794883524
2015-10-15 00:57:45 +00:00
..
Bus IntelFrameworkModulePkg IsaFloppyDxe: Use safe string functions 2015-06-30 06:25:29 +00:00
Csm IntelFrameworkModulePkg/BiosThunk: Fix 32 bits arch build failure when disable optimization. 2015-08-26 08:31:27 +00:00
Include IntelFrameworkModulePkg: Move LzmaDecompress GUID 2015-04-03 02:49:10 +00:00
Library IntelFrameworkModulePkg GenericBdsLib: Do not assume perf entry count has no change 2015-09-30 04:30:34 +00:00
Universal IntelFrameworkModulePkg BdsDxe: Use PcdSet##S to replace PcdSet## 2015-10-15 00:57:45 +00:00
Contributions.txt */Contributions.txt: Update example email address 2015-02-03 17:29:14 +00:00
IntelFrameworkModulePkg.dec IntelFrameworkModulePkg: Update DEC and DSC version from 0.94 to 0.96 2015-08-20 08:46:05 +00:00
IntelFrameworkModulePkg.dsc IntelFrameworkModulePkg: Update DEC and DSC version from 0.94 to 0.96 2015-08-20 08:46:05 +00:00
IntelFrameworkModulePkg.uni IntelFrameworkModulePkg: Add missing PCD usage information in UNI and DEC files. 2015-07-28 01:43:09 +00:00
IntelFrameworkModulePkgExtra.uni IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages 2014-08-28 07:03:47 +00:00
License.txt Update copyright format 2012-04-24 06:49:39 +00:00