camerauis/cameraxui/cxengine/tsrc/unit/system_include/locationtrailpskeys.h
branchRCL_3
changeset 24 bac7acad7cb3
parent 23 61bc0f252b2b
child 25 2c87b2808fd7
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
     1 /*
       
     2 * Copyright (c) 2006-2009 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:  Definition file for Location Trail PS keys.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __LOCATIONTRAILPSKEYS_H__
       
    19 #define __LOCATIONTRAILPSKEYS_H__
       
    20 
       
    21 const TUid KPSUidLocationTrail = { 0x200071BE };
       
    22 
       
    23 /**
       
    24  * Used by location trail, indicating location trail state changes.
       
    25  *
       
    26  * Possible values:
       
    27  * 0: Location trail stopped.
       
    28  * 1: Location trail started, waiting for valid GPS data.
       
    29  * 2: Location trail started, searching GPS device.
       
    30  * 3: Location trail started.
       
    31  */
       
    32 const TUint32 KLocationTrailState = 0x00000001;
       
    33 
       
    34 
       
    35 #endif // __LOCATIONTRAILPSKEYS_H__
       
    36 
       
    37 // End of file.
       
    38