Sync TOOLS_DEF's attribute definitions. Since there are two copy attribute definitions in ToolDefinitions.java and ToolChainAttribute.java, remove one and only keep one definitions.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1755 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -81,6 +81,8 @@ public class ToolDefinitions {
|
||||
public final static String TOOLS_DEF_ATTRIBUTE_EXT = "EXT";
|
||||
public final static String TOOLS_DEF_ATTRIBUTE_FAMILY = "FAMILY";
|
||||
public final static String TOOLS_DEF_ATTRIBUTE_FLAGS = "FLAGS";
|
||||
public final static String TOOLS_DEF_ATTRIBUTE_LIBPATH = "LIBPATH";
|
||||
public final static String TOOLS_DEF_ATTRIBUTE_INCLUDEPATH= "INCLUDEPATH";
|
||||
|
||||
///
|
||||
/// Tool Chain Families in the Tools Definition file
|
||||
|
Reference in New Issue
Block a user