summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/UPT/Library/GlobalData.py
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-04-20 10:19:30 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-04-20 10:19:30 +0300
commit60ea5c770707cf8e5be160aef2bb2f1e707e1926 (patch)
treece2dc3fb377cd4c59b485a8a7c1d1660c63a2edb /BaseTools/Source/Python/UPT/Library/GlobalData.py
parent0016e32cf6e4fe0dfb0885f3394df70be2f63bb2 (diff)
Imported Upstream version 0.1+git15+20130418+09259caupstream/0.1+git15+20130418+09259caupstream
Diffstat (limited to 'BaseTools/Source/Python/UPT/Library/GlobalData.py')
-rw-r--r--BaseTools/Source/Python/UPT/Library/GlobalData.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/BaseTools/Source/Python/UPT/Library/GlobalData.py b/BaseTools/Source/Python/UPT/Library/GlobalData.py
index fedd9815..3f72f227 100644
--- a/BaseTools/Source/Python/UPT/Library/GlobalData.py
+++ b/BaseTools/Source/Python/UPT/Library/GlobalData.py
@@ -92,3 +92,8 @@ gUNPACK_DIR = None
# Flag used to mark whether the INF file is Binary INF or not.
#
gIS_BINARY_INF = False
+#
+# Used by Library instance parser
+# {FilePath: FileObj}
+#
+gLIBINSTANCEDICT = {} \ No newline at end of file