idlefw/plugins/pslnactiveidleplugin/inc/pslnactiveidlepluginuids.h
branchRCL_3
changeset 9 d0529222e3f0
parent 4 1a2a00e78665
child 10 5ef93ea513cb
child 18 bd874ee5e5e2
equal deleted inserted replaced
4:1a2a00e78665 9:d0529222e3f0
     1 /*
       
     2 * Copyright (c) 2005-2007 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:  Uid's of Psln Active Idle settings.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef INC_PSLNACTIVEIDLEPLUGINUIDS_H
       
    20 #define INC_PSLNACTIVEIDLEPLUGINUIDS_H
       
    21 
       
    22 // =======================
       
    23 // Psln Active Idle plugin
       
    24 // =======================
       
    25 
       
    26 // PslnActiveIdlePlugin DLL UID
       
    27 #define KPslnActiveIdlePluginDllUID3                0x102750A4
       
    28 
       
    29 // PslnActiveIdlePlugin Interface UID
       
    30 #define KPslnPluginInterfaceUID                     0x102750A9
       
    31 
       
    32 // PslnActiveIdlePlugin Implementation UID
       
    33 #define KPslnActiveIdlePluginImplementationUID      0x102750A7
       
    34 
       
    35 // ==============================
       
    36 // GS Active Idle Settings plugin
       
    37 // ==============================
       
    38 
       
    39 // GS Plugin interface uid
       
    40 #define KGSPluginInterfaceUID                       0x10207236
       
    41 
       
    42 // GSActiveIdlePlugin Implementation UID
       
    43 #define KGSActiveIdlePluginImplementationUID        0x102750F5
       
    44 
       
    45 #endif // INC_PSLNACTIVEIDLEPLUGINUIDS_H
       
    46 
       
    47 // End of File.