]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/far/PackageQueryInterface.java
Restructuring for better separation of Tool packages.
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / far / PackageQueryInterface.java
diff --git a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/far/PackageQueryInterface.java b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/far/PackageQueryInterface.java
deleted file mode 100644 (file)
index e8644eb..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/** @file\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.far;\r
-\r
-import java.io.File;\r
-import java.io.InputStream;\r
-import java.util.List;\r
-\r
-import org.tianocore.frameworkwizard.packaging.PackageIdentification;\r
-\r
-public interface PackageQueryInterface {\r
-\r
-    public PackageIdentification getPackageIdentification(File spdFile);\r
-\r
-    public List<File> getPackageMsaList(File spdFile);\r
-\r
-    public List<String> getPackageMsaList(InputStream spdInput);\r
-\r
-    public List<PackageIdentification> getPackageDependencies(File spdFile);\r
-\r
-    public List<PackageIdentification> getPackageDependencies(List<File> msaFiles);\r
-\r
-    public List<PackageIdentification> getModuleDependencies(InputStream msaInput);\r
-\r
-    public List<PackageIdentification> getModuleDependencies(File msaFile);\r
-\r
-}\r