]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/Identifications/ModuleIdentification.java
1. Merge ModuleDefinitions to MsaHeader
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / module / Identifications / ModuleIdentification.java
index 02189d92ef0800d124e7b2656dbd04994420ee17..d7a9c48fe43a5280c7cc621be4eee77a6e50f845 100644 (file)
@@ -45,6 +45,10 @@ public class ModuleIdentification extends Identification {
         this.isLibrary = library;\r
     }\r
     \r
+    public ModuleIdentification(Identification id) {\r
+        super(id.getName(), id.getGuid(), id.getVersion(), id.getPath());\r
+    }\r
+    \r
     public ModuleIdentification(Identification id, boolean library) {\r
         super(id.getName(), id.getGuid(), id.getVersion(), id.getPath());\r
         this.isLibrary = library;\r