00001 /* vim: set sw=2 :miv */ 00002 /* 00003 // 00004 // BEGIN SONGBIRD GPL 00005 // 00006 // This file is part of the Songbird web player. 00007 // 00008 // Copyright(c) 2005-2008 POTI, Inc. 00009 // http://songbirdnest.com 00010 // 00011 // This file may be licensed under the terms of of the 00012 // GNU General Public License Version 2 (the "GPL"). 00013 // 00014 // Software distributed under the License is distributed 00015 // on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either 00016 // express or implied. See the GPL for the specific language 00017 // governing rights and limitations. 00018 // 00019 // You should have received a copy of the GPL along with this 00020 // program. If not, go to http://www.gnu.org/licenses/gpl.html 00021 // or write to the Free Software Foundation, Inc., 00022 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 00023 // 00024 // END SONGBIRD GPL 00025 // 00026 */ 00027 00028 #include "nsISupports.idl" 00029 #include "sbIDevice.idl" 00030 00031 interface nsIFile; 00032 interface sbIMediaItem; 00033 00034 /* Devices/Device Testing Interfaces 00035 */ 00036 00037 [scriptable, uuid(b30b198f-03b3-4660-a842-ec7b3569120e)] 00038 interface sbIDeviceDeviceTesterUtils : nsISupports { 00039 nsIFile GetOrganizedPath(in nsIFile aParent, in sbIMediaItem aItem); 00040 }; 00041 00042 [scriptable, uuid(187d4370-b1d2-459c-8fa4-0b0187bb6d17)] 00043 interface sbIDeviceDeviceTesterBase : sbIDevice { 00044 00045 };