X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Tools%2FSource%2FFrameworkWizard%2Fsrc%2Forg%2Ftianocore%2Fframeworkwizard%2Fcommon%2FDataType.java;fp=Tools%2FSource%2FFrameworkWizard%2Fsrc%2Forg%2Ftianocore%2Fframeworkwizard%2Fcommon%2FDataType.java;h=ef1b6bb92289b10e55fd838b55727746121ae1d1;hb=8f9acbd7afefaeb33a15f00cf4998e94fffeebd0;hp=c096b7241686120394d6fcd8f0a7ea5e5354b660;hpb=265869ee451b77371523d73f103485fc80a05d5e;p=mirror_edk2.git diff --git a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/DataType.java b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/DataType.java index c096b72416..ef1b6bb922 100644 --- a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/DataType.java +++ b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/DataType.java @@ -163,4 +163,12 @@ public class DataType { // Will be replaced by resource file later // public static final String SUP_ARCH_LIST_HELP_TEXT = "Deselecting a checkbox will restrict this module for use with the selected architectures, based on the list of items that are checked. If all boxes are checked, then the module will support all current AND FUTURE architectures"; + + // + // Project name and version + // + public static final String PROJECT_NAME = "Framework Wizard"; + + public static final String PROJECT_VERSION = "1.0"; + }