]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/toolchain/ToolChainElement.java
Added copyright&license header.
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / toolchain / ToolChainElement.java
index a383cc8a841a881aa2200237826b759128931a7e..17c79c6fb0931b6f52c854d6f1c5a57e9dd4b2fc 100644 (file)
@@ -1,13 +1,30 @@
+/** @file\r
+This file is to define  ToolChainElement class.\r
+\r
+Copyright (c) 2006, Intel Corporation\r
+All rights reserved. This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+**/\r
+\r
 package org.tianocore.build.toolchain;\r
+\r
 /**\r
-* TODO: Add class description\r
-* \r
-* @author   jwang36\r
-*/\r
+\r
+ This class is an enumeration definition for key elements in tool chain definition\r
+ file.\r
\r
+ **/\r
 public class ToolChainElement {\r
     private static int nextValue = 0;\r
 \r
-    //"NAME", "PATH", "DPATH", "SPATH", "EXT", "FAMILY", "FLAGS"\r
+    //\r
+    // "TARGET", "TOOLCHAIN", "ARCH", "TOOLCODE", "ATTRIBUTE"\r
+    // \r
     public final static ToolChainElement TARGET = new ToolChainElement("TARGET");\r
     public final static ToolChainElement TOOLCHAIN = new ToolChainElement("TOOLCHAIN");\r
     public final static ToolChainElement ARCH = new ToolChainElement("ARCH");\r