Go to the documentation of this file.
27 #ifndef sbCDDeviceDefines_h_
28 #define sbCDDeviceDefines_h_
33 #define SB_CDDEVICE_MARSHALL_NAME \
36 #define SB_CDDEVICE_MARSHALL_CONTRACTID \
37 "@songbirdnest.com/Songbird/CDDeviceMarshall;1"
39 #define SB_CDDEVICE_MARSHALL_CLASSNAME \
40 "SongbirdCDDeviceMarshall"
42 #define SB_CDDEVICE_MARSHALL_DESC \
43 "Songbird CD Device Marshall"
45 #define SB_CDDEVICE_MARSHALL_CID \
46 {0x1115bc18, 0x1dd2, 0x11b2, {0xb4, 0x41, 0xaa, 0x8a, 0x5f, 0x59, 0x75, 0x1d}}
48 #define SB_CDDEVICE_MARSHALL_IID \
49 {0x203c2e84, 0x1dd2, 0x11b2, {0xb6, 0xaf, 0xb2, 0xf6, 0x44, 0x87, 0xcf, 0x9d}}
54 #define SB_CDDEVICE_CONTROLLER_CONTRACTID \
55 "@songbirdnest.com/Songbird/CDDeviceController;1"
57 #define SB_CDDEVICE_CONTROLLER_CLASSNAME \
58 "SongbirdCDDeviceController"
60 #define SB_CDDEVICE_CONTROLLER_DESC \
61 "Songbird CD Device Controller"
63 #define SB_CDDEVICE_CONTROLLER_CID \
64 {0x45684bb8, 0x1dd2, 0x11b2, {0xac, 0xb3, 0x95, 0xcc, 0x54, 0x81, 0x87, 0x17}}
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"
71 #endif // sbCDDeviceDefines_h_