photosgallery/commonui/inc/glxbsserviceconstants.h
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 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:    Constants for Back Stepping Service Provider
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef BS_SERVICE_CONSTANTS_H
       
    22 #define BS_SERVICE_CONSTANTS_H
       
    23 
       
    24 // BS Service implementation UID
       
    25 const TInt KBSServiceImplUid( 0x2000F840);
       
    26 
       
    27 // from LIW
       
    28 _LIT8( KGenericParamServiceCmdIDStr, "cmd" );
       
    29 
       
    30 // BSS Service and Interface ID
       
    31 _LIT8( KBSServiceID, "Service.BackStepping" );
       
    32 _LIT8( KBSInterface, "IBackStepping" );
       
    33 
       
    34 // BSS commands
       
    35 _LIT8( KBSCmdInitialize, "Initialize" );
       
    36 _LIT8( KBSCmdForwardActivationEvent, "ForwardActivationEvent" );
       
    37 _LIT8( KBSCmdHandleBackCommand, "HandleBackCommand" );
       
    38 
       
    39 // BSS in param names
       
    40 _LIT8( KBSInParamAppUid, "AppUid" );
       
    41 _LIT8( KBSInParamState, "State" );
       
    42 _LIT8( KBSInParamEnter, "Enter" );
       
    43 _LIT8( KBSInParamCheckOnly, "CheckOnly" );
       
    44 
       
    45 // BSS out param names
       
    46 _LIT8( KBSOutParamStatusInfo, "StatusInfo" );
       
    47 
       
    48 #endif // BS_SERVICE_CONSTANTS_H