sbCDDeviceDefines.h
Go to the documentation of this file.
1 /*
2 //
3 // BEGIN SONGBIRD GPL
4 //
5 // This file is part of the Songbird web player.
6 //
7 // Copyright(c) 2005-2009 POTI, Inc.
8 // http://songbirdnest.com
9 //
10 // This file may be licensed under the terms of of the
11 // GNU General Public License Version 2 (the "GPL").
12 //
13 // Software distributed under the License is distributed
14 // on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
15 // express or implied. See the GPL for the specific language
16 // governing rights and limitations.
17 //
18 // You should have received a copy of the GPL along with this
19 // program. If not, go to http://www.gnu.org/licenses/gpl.html
20 // or write to the Free Software Foundation, Inc.,
21 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 //
23 // END SONGBIRD GPL
24 //
25 */
26 
27 #ifndef sbCDDeviceDefines_h_
28 #define sbCDDeviceDefines_h_
29 
30 //------------------------------------------------------------------------------
31 // CD device sbIDeviceMarshall Defines
32 
33 #define SB_CDDEVICE_MARSHALL_NAME \
34  "sbCDDeviceMarshall"
35 
36 #define SB_CDDEVICE_MARSHALL_CONTRACTID \
37  "@songbirdnest.com/Songbird/CDDeviceMarshall;1"
38 
39 #define SB_CDDEVICE_MARSHALL_CLASSNAME \
40  "SongbirdCDDeviceMarshall"
41 
42 #define SB_CDDEVICE_MARSHALL_DESC \
43  "Songbird CD Device Marshall"
44 
45 #define SB_CDDEVICE_MARSHALL_CID \
46  {0x1115bc18, 0x1dd2, 0x11b2, {0xb4, 0x41, 0xaa, 0x8a, 0x5f, 0x59, 0x75, 0x1d}}
47 
48 #define SB_CDDEVICE_MARSHALL_IID \
49  {0x203c2e84, 0x1dd2, 0x11b2, {0xb6, 0xaf, 0xb2, 0xf6, 0x44, 0x87, 0xcf, 0x9d}}
50 
51 //------------------------------------------------------------------------------
52 // CD device sbIDeviceController Defines
53 
54 #define SB_CDDEVICE_CONTROLLER_CONTRACTID \
55  "@songbirdnest.com/Songbird/CDDeviceController;1"
56 
57 #define SB_CDDEVICE_CONTROLLER_CLASSNAME \
58  "SongbirdCDDeviceController"
59 
60 #define SB_CDDEVICE_CONTROLLER_DESC \
61  "Songbird CD Device Controller"
62 
63 #define SB_CDDEVICE_CONTROLLER_CID \
64  {0x45684bb8, 0x1dd2, 0x11b2, {0xac, 0xb3, 0x95, 0xcc, 0x54, 0x81, 0x87, 0x17}}
65 
66 #define NO_CD_INFO_FOUND_DIALOG_URI \
67  "chrome://songbird/content/xul/device/cdInfoNotFoundDialog.xul"
68 #define MULTI_CD_INFO_FOUND_DIALOG_URI \
69  "chrome://songbird/content/xul/device/multiCDLookupResultsDialog.xul"
70 
71 #endif // sbCDDeviceDefines_h_
72