summaryrefslogtreecommitdiff
path: root/Tools/Python/buildgen/FrameworkElement.py
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-26 06:28:27 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-26 06:28:27 +0000
commitd59f2c721ba3d73fa8a871f2c34504ae7e42cb1b (patch)
treef5139240a87e6afc64be5d597a1ef5a5e5b4e141 /Tools/Python/buildgen/FrameworkElement.py
parent149127db682552971634ad1017c522808367acc3 (diff)
downloadedk2-platforms-d59f2c721ba3d73fa8a871f2c34504ae7e42cb1b.tar.xz
- Remove the TOOL without NAME defined and its definition in ARCH_build.opt
- Prefix the tool path to its name in ARCH_build.opt - Support the same library class in different package git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2325 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Python/buildgen/FrameworkElement.py')
-rw-r--r--Tools/Python/buildgen/FrameworkElement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Python/buildgen/FrameworkElement.py b/Tools/Python/buildgen/FrameworkElement.py
index 6fd8740789..3be8eaae57 100644
--- a/Tools/Python/buildgen/FrameworkElement.py
+++ b/Tools/Python/buildgen/FrameworkElement.py
@@ -487,7 +487,7 @@ class Workspace(Element):
"PATH" : {},
"NAME" : {},
}
- ## "NAME" : {name : library interface}
+ ## "NAME" : {name : [library interface]}
## "PATH" : {path : library interface}
self.LibraryInterfaceXref = {
"PATH" : {},