27 #ifndef sbAppleMediaKeyController_h_
28 #define sbAppleMediaKeyController_h_
30 #include <nsIObserver.h>
31 #include <nsIComponentManager.h>
32 #include <nsIGenericFactory.h>
54 static NS_METHOD
RegisterSelf(nsIComponentManager *aCompMgr,
56 const char *aLoaderStr,
58 const nsModuleComponentInfo *aInfo);
65 #define SONGBIRD_APPLEMEDIAKEYCONTROLLER_CONTRACTID \
66 "@songbirdnest.com/apple-media-key-controller;1"
67 #define SONGBIRD_APPLEMEDIAKEYCONTROLLER_CLASSNAME \
68 "Songbird Apple Media Key Controller"
69 #define SONGBIRD_APPLEMEDIAKEYCONTROLLER_CID \
74 {0xB4, 0x6D, 0xAC, 0xE4, 0x56, 0x80, 0xDB, 0xC5} \
77 #endif // sbAppleMediaKeyController_h_