Searched refs:_DynaPcdList_ (Results 1 – 1 of 1) sorted by relevance
1029 _DynaPcdList_ = [] variable in PlatformAutoGen1308 if PcdFromModule not in self._DynaPcdList_:1309 self._DynaPcdList_.append(PcdFromModule)1312 Index = self._DynaPcdList_.index(PcdFromModule)1313 self._DynaPcdList_[Index] = PcdFromModule1353 … if PcdFromModule not in self._DynaPcdList_ and PcdFromModule.Type in GenC.gDynamicExPcd:1354 self._DynaPcdList_.append(PcdFromModule)1357 …if PcdFromModule in self._DynaPcdList_ and PcdFromModule.Phase == 'PEI' and PcdFromModule.Type in …1363 Index = self._DynaPcdList_.index(PcdFromModule)1364 self._DynaPcdList_[Index].Phase = PcdFromModule.Phase[all …]