screensaver/snsrdisplaycontrol_s60/inc/snsrdisplaycontrolcommon.h
changeset 92 6727c5d0afc7
child 97 66b5fe3c07fd
equal deleted inserted replaced
85:35368b604b28 92:6727c5d0afc7
       
     1 /*
       
     2 * Copyright (c) 2010 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: Common constants for client and server sides of
       
    15 *              Screensaver Display Control.
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef SNSRDISPLAYCONTROLCOMMON_H
       
    20 #define SNSRDISPLAYCONTROLCOMMON_H
       
    21 
       
    22 #include <e32def.h>
       
    23 
       
    24 
       
    25 _LIT( KSnsrDispCtrlSrvName, "SnsrDisplayControlServer" ); 
       
    26 
       
    27 enum TSnsrDispCtrlSrvCmd
       
    28     {
       
    29     ESnsrDispCtrlSrvDisplayOff = 0,
       
    30     ESnsrDispCtrlSrvDisplayLowPower,
       
    31     ESnsrDispCtrlSrvDisplayFullPower
       
    32     };
       
    33 
       
    34 const TInt KSnsrDispCtrlSrvVerMajor = 1;
       
    35 const TInt KSnsrDispCtrlSrvVerMinor = 0;
       
    36 const TInt KSnsrDispCtrlSrvVerBuild = 0;
       
    37 
       
    38 #endif /* SNSRDISPLAYCONTROLCOMMON_H */