classicui_plat/indicator_plugin_api/inc/AknIndicatorPluginImplUIDs.hrh
changeset 0 2f259fa3e83a
child 15 08e69e956a8c
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2005-2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Contains implementation UID definitions for indicators's
       
    15 *                 ECOM plugins.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef AVKON_INDICATOR_PLUGIN_IMPL_UIDS_HRH
       
    21 #define AVKON_INDICATOR_PLUGIN_IMPL_UIDS_HRH
       
    22 
       
    23 // Interface UID of the ECOM indicator plugins.
       
    24 #define KAknIndicatorPluginInterfaceUid             0x10275092
       
    25 
       
    26 
       
    27 // UID for the bluetooth indicators plugin
       
    28 #define KImplUIDBTIndicatorsPlugin                  0x10275093
       
    29 
       
    30 // UID for the clock indicators plugin
       
    31 #define KImplUIDClockIndicatorsPlugin               0x10275094
       
    32 
       
    33 // UID for the stopwatch indicators plugin
       
    34 #define KImplUIDStopwatchIndicatorsPlugin           0x2001FE39
       
    35 
       
    36 // UID for the call related indicators plugin
       
    37 #define KImplUIDCallRelatedIndicatorsPlugin         0x10275095
       
    38 
       
    39 // UID for the messaging indicators plugin
       
    40 #define KImplUIDMessagingIndicatorsPlugin           0x10275096
       
    41 
       
    42 // UID for the location indicators plugin
       
    43 #define KImplUIDLocationIndicatorsPlugin            0x10275097
       
    44 
       
    45 // UID for the infrared indicators plugin
       
    46 #define KImplUIDIRIndicatorsPlugin                  0x10275098
       
    47 
       
    48 // UID for the profile indicators plugin
       
    49 #define KImplUIDProfileIndicatorsPlugin             0x10275099
       
    50 
       
    51 // UID for the USB indicators plugin
       
    52 #define KImplUIDUSBIndicatorsPlugin                 0x1027509A
       
    53 
       
    54 // UID for the instant messaging indicators plugin
       
    55 #define KImplUIDInstantMessageIndicatorsPlugin      0x102823BD
       
    56 
       
    57 // UID for the PoC indicators plugin
       
    58 #define KImplUIDPoCIndicatorsPlugin                 0x10282E7D
       
    59 
       
    60 // UID for the battery indicator plugin
       
    61 #define KImplUIDBatteryIndicatorPlugin              0x2000E51D
       
    62 
       
    63 // UID for the signal indicator plugin
       
    64 #define KImplUIDSignalIndicatorPlugin               0x200100DC
       
    65 
       
    66 // UID for the WLAN indicators plugin
       
    67 #define KImplUIDWlanIndicatorPlugin                 0x2001247E
       
    68 
       
    69 // UID for the Missed Calendar Alarm indicator plugin
       
    70 #define KImplUIDMissedCalendarAlarmIndicatorPlugin  0x20011119
       
    71 
       
    72 // UID for the FMTX indicators plugin
       
    73 #define KImplUIDFMTxIndicatorPlugin                 0x20021188
       
    74 
       
    75 // UID for the Meco Service Tab indicator plugin
       
    76 #define KImplUIDMecoServiceTabIndicatorPlugin       0x20026767
       
    77 
       
    78 //UID for the USB MEM indicator plugin
       
    79 #define KImplUIDUSBMEMIndicatorsPlugin              0x20026FC4
       
    80 
       
    81 #endif // AVKON_INDICATOR_PLUGIN_IMPL_UIDS_HRH
       
    82 
       
    83 // End of file