]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/DataType.java
1. Merge ModuleDefinitions to MsaHeader
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / common / DataType.java
index 5525b0a867ac9b783c46c01e9309d4147e0263ee..30454ec1a30ceaad6d6e819905a10de3a0894326 100644 (file)
@@ -237,4 +237,11 @@ public class DataType {
     // Hex String Header\r
     //\r
     public static final String HEX_STRING_HEADER = "0x";\r
+    \r
+    //\r
+    // The String of Boolean\r
+    //\r
+    public static final String TRUE = "True";\r
+    \r
+    public static final String FALSE = "False";\r
 }\r