]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/toolchain/ToolChainAttribute.java
Added copyright&license header.
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / toolchain / ToolChainAttribute.java
index 7fa0bb3f7c3d4c11994caf2b4f1e42ee906dcbca..fad10da40b1ec60432f17faf16ebb3dd933825f3 100644 (file)
@@ -1,13 +1,30 @@
+/** @file\r
+This file is to define  ToolChainAttribute 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
+ ToolChainAttribute is used to define the enumeration value for the attributes\r
+ used in tool chain definition file. \r
+\r
+ **/\r
 public class ToolChainAttribute {\r
     private static int nextValue = 0;\r
 \r
-    //"NAME", "PATH", "DPATH", "SPATH", "EXT", "FAMILY", "FLAGS"\r
+    //\r
+    // "NAME", "PATH", "DPATH", "SPATH", "EXT", "FAMILY", "FLAGS"\r
+    // \r
     public final static ToolChainAttribute NAME = new ToolChainAttribute("NAME");\r
     public final static ToolChainAttribute PATH = new ToolChainAttribute("PATH");\r
     public final static ToolChainAttribute DPATH = new ToolChainAttribute("DPATH");\r