]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/Identifications/OpeningModuleType.java
Restructuring for better separation of Tool packages.
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / common / Identifications / OpeningModuleType.java
diff --git a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/Identifications/OpeningModuleType.java b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/Identifications/OpeningModuleType.java
deleted file mode 100644 (file)
index 427549a..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-/** @file\r
\r
- The file is used to define opening module type\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
-\r
-package org.tianocore.frameworkwizard.common.Identifications;\r
-\r
-import org.tianocore.ModuleSurfaceAreaDocument;\r
-import org.tianocore.frameworkwizard.module.Identifications.ModuleIdentification;\r
-\r
-public class OpeningModuleType extends OpeningFileType{\r
-    //\r
-    // Define class members\r
-    //\r
-    private ModuleSurfaceAreaDocument.ModuleSurfaceArea xmlMsa = null;\r
-    \r
-    private ModuleIdentification id = null;\r
-    \r
-    public OpeningModuleType() {\r
-        \r
-    }\r
-    \r
-    public OpeningModuleType(ModuleIdentification identification, ModuleSurfaceAreaDocument.ModuleSurfaceArea msa) {\r
-        this.id = identification;\r
-        this.xmlMsa = msa;\r
-    }\r
-\r
-    public ModuleSurfaceAreaDocument.ModuleSurfaceArea getXmlMsa() {\r
-        return xmlMsa;\r
-    }\r
-\r
-    public void setXmlMsa(ModuleSurfaceAreaDocument.ModuleSurfaceArea xmlMsa) {\r
-        this.xmlMsa = xmlMsa;\r
-    }\r
-\r
-    public ModuleIdentification getId() {\r
-        return id;\r
-    }\r
-\r
-    public void setId(ModuleIdentification id) {\r
-        this.id = id;\r
-    }\r
-}\r