]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Workspace/InfBuildData.py
BaseTools: DataType - cleanup list constants
[mirror_edk2.git] / BaseTools / Source / Python / Workspace / InfBuildData.py
index 27ef163eb40c5288314c9621a4072d670395f7dd..94f142e8e617ca9701d2a2638fec0735525566ea 100644 (file)
@@ -901,7 +901,7 @@ class InfBuildData(ModuleBuildClassObject):
                     Depex[Arch, ModuleType] = []\r
                 DepexList = Depex[Arch, ModuleType]\r
                 for Token in TokenList:\r
-                    if Token in DEPEX_SUPPORTED_OPCODE:\r
+                    if Token in DEPEX_SUPPORTED_OPCODE_SET:\r
                         DepexList.append(Token)\r
                     elif Token.endswith(".inf"):  # module file name\r
                         ModuleFile = os.path.normpath(Token)\r