]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/ModuleEditor/src/org/tianocore/common/DataType.java
Remove ModuleEditor and PackageEditor from Tools\Source
[mirror_edk2.git] / Tools / Source / ModuleEditor / src / org / tianocore / common / DataType.java
diff --git a/Tools/Source/ModuleEditor/src/org/tianocore/common/DataType.java b/Tools/Source/ModuleEditor/src/org/tianocore/common/DataType.java
deleted file mode 100644 (file)
index ea0731b..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-/** @file\r
\r
- The file is used to define all used final variables\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.common;\r
-\r
-/**\r
- The class is used to define all used final variables\r
\r
- @since ModuleEditor 1.0\r
-\r
-**/\r
-public class DataType {\r
-\r
-    /**\r
-     \r
-     @param args\r
-     \r
-     **/\r
-    public static void main(String[] args) {\r
-        // TODO Auto-generated method stub\r
-\r
-    }\r
-    \r
-    //\r
-    // Define all used final variables\r
-    //\r
-    public static final String DOS_LINE_SEPARATOR = "\r\n";\r
-\r
-    public static final String UNXI_LINE_SEPARATOR = "\n";\r
-    \r
-    public static final String EMPTY_SELECT_ITEM = "----";\r
-\r
-}\r