Home
last modified time | relevance | path

Searched refs:DepexList (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFfsInfStatement.py107 DepexList = []
113 if DepexList != []:
114 DepexList.append('AND')
115 DepexList.append('(')
116 DepexList.extend(Dep)
117 if DepexList[-1] == 'END': # no need of a END at this time
118 DepexList.pop()
119 DepexList.append(')')
120 if 'BEFORE' in DepexList or 'AFTER' in DepexList:
136 if DepexList:
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DFvImage.py159 DepexList = []
180 DepexList.append(Guid)
183 DepexList.append(Guid)
187DepexList.append(str(DepexList.pop()) + ' ' + Depex._OPCODE_STRING_[Item].upper() + ' ' + str(Depe…
190 DepexList.append(Depex._OPCODE_STRING_[Item].lower() + ' ' + str(DepexList.pop()))
193 DepexList.append('TRUE')
197 DepexList.append('False')
206 if DepexList != []:
207 DepexString = DepexList[0].strip()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py2484 DepexList = []
2500 DepexList.append({(Arch, ModuleType): DepexExpresion[key][:]})
2505 DepexList.append({(Arch, ModuleType): DepexExpresion[key][:]})
2509 for Depex in DepexList:
2520 for Depex in DepexList:
2551 DepexList = self._DepexList[ModuleType]
2558 if DepexList != []:
2559 DepexList.append('AND')
2560 DepexList.append('(')
2561 DepexList.extend(D)
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DIpiDb.py872 DepexList = []
876 DepexList.append((DepexGuid, DepexVersion))
878 return DepexList
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DWorkspaceDatabase.py2458 DepexList = Depex[Arch, ModuleType]
2461 DepexList.append(Token)
2468 DepexList.append(Module.Guid)
2481 DepexList.append(Value)