Home | History | Annotate | Download | only in Common

Lines Matching defs:Target

2 # This file is used to define each component of Target.txt file

24 gDefaultTargetTxtFile = "target.txt"
28 # This class defined content used in file target.txt
31 # @param Filename: Input value for full path of target.txt
33 # @var TargetTxtDictionary: To store keys and values defined in target.txt
53 # Load target.txt file and parse it, return a set structure to store keys and values
55 # @param Filename: Input value for full path of target.txt
64 EdkLogger.error("Target.txt Parser", FILE_NOT_FOUND, ExtraData=Filename)
169 # Load target.txt in input Conf dir
173 # @retval Target An instance of TargetTxtClassObject() with loaded target.txt
176 Target = TargetTxtClassObject()
177 Target.LoadTargetTxtFile(os.path.normpath(os.path.join(ConfDir, gDefaultTargetTxtFile)))
178 return Target
187 Target = TargetTxtDict(os.getenv("WORKSPACE"))
188 print Target.TargetTxtDictionary[DataType.TAB_TAT_DEFINES_MAX_CONCURRENT_THREAD_NUMBER]
189 print Target.TargetTxtDictionary[DataType.TAB_TAT_DEFINES_TARGET]
190 print Target.TargetTxtDictionary