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.py108 DepexList = []
114 if DepexList != []:
115 DepexList.append('AND')
116 DepexList.append('(')
117 DepexList.extend(Dep)
118 if DepexList[-1] == 'END': # no need of a END at this time
119 DepexList.pop()
120 DepexList.append(')')
121 if 'BEFORE' in DepexList or 'AFTER' in DepexList:
137 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.py2847 DepexList = []
2864 DepexList.append({(Arch, ModuleType): DepexExpr})
2869 DepexList.append({(Arch, ModuleType): DepexExpr})
2873 for Depex in DepexList:
2884 for Depex in DepexList:
2915 DepexList = self._DepexList[ModuleType]
2922 if DepexList != []:
2923 DepexList.append('AND')
2924 DepexList.append('(')
2925 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.py2569 DepexList = Depex[Arch, ModuleType]
2572 DepexList.append(Token)
2579 DepexList.append(Module.Guid)
2592 DepexList.append(Value)