mirror of https://github.com/acidanthera/audk.git
Assign token number to DynamicExTokenNumber for all DYNAMIC or DYNAMIC_EX type PCD.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@853 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
003673f507
commit
601f9e375f
|
@ -2777,9 +2777,7 @@ public class CollectPCDAction {
|
||||||
}
|
}
|
||||||
|
|
||||||
pcdType = Token.getpcdTypeFromString(dynamicInfo.getItemType().toString());
|
pcdType = Token.getpcdTypeFromString(dynamicInfo.getItemType().toString());
|
||||||
if (pcdType == Token.PCD_TYPE.DYNAMIC_EX) {
|
token.dynamicExTokenNumber = tokenNumber;
|
||||||
token.dynamicExTokenNumber = tokenNumber;
|
|
||||||
}
|
|
||||||
|
|
||||||
skuInfoList = dynamicInfo.getSkuInfoList();
|
skuInfoList = dynamicInfo.getSkuInfoList();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue