% (Arch, self.PlatformFile, self.Workspace.SupArchList))\r
if Arch not in self.ArchList:\r
EdkLogger.error("AutoGen", AUTOGEN_ERROR, "[%s] is not supported by current build configuration!" % Arch)\r
+\r
if str(Module) not in self.ModuleDatabase[Arch]:\r
- EdkLogger.error("AutoGen", AUTOGEN_ERROR, "[%s] [%s] is not supported by active platform [%s]!"\r
+ EdkLogger.error("AutoGen", AUTOGEN_ERROR, "Module [%s] [%s] is not required by active platform [%s]!"\r
% (Module, Arch, self.PlatformFile))\r
\r
## Find the package containing the module\r