Searched refs:PcdTypeItem1 (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
D | InfPcdObject.py | 42 def ValidateArch(ArchItem, PcdTypeItem1, LineNo, SupArchDict, SupArchList): argument 49 if PcdTypeItem1.upper != DT.TAB_INF_FEATURE_PCD.upper(): 59 SupArchDict[PcdTypeItem1] = ArchList 323 for (PcdTypeItem1, ArchItem, LineNo) in KeysList: 324 … SupArchList, SupArchDict = ValidateArch(ArchItem, PcdTypeItem1, LineNo, SupArchDict, SupArchList) 329 if (PcdTypeItem1 == '' or PcdTypeItem1 == None): 332 if not IsValidPcdType(PcdTypeItem1): 338 ExtraData=PcdTypeItem1) 341 PcdTypeItem = PcdTypeItem1
|