datasourcemodules/simulationpositioningmodule/inc/SimulationPSYInternalCRKeys.h
changeset 0 9cfd9a3ee49c
equal deleted inserted replaced
-1:000000000000 0:9cfd9a3ee49c
       
     1 /*
       
     2 * Copyright (c) 2005-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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef SIMULATIONPSYINTERNALCRKEYS_H
       
    21 #define SIMULATIONPSYINTERNALCRKEYS_H
       
    22 
       
    23 // Positioning Plugin Information API
       
    24 #include <lbs/positioningpluginfwinternalcrkeys.h>
       
    25 
       
    26 /** @file
       
    27  * 
       
    28  * @publishedPartner
       
    29  * @released
       
    30  */
       
    31 
       
    32 /**
       
    33 * Simulation PSY CenRep UID
       
    34 */
       
    35 const TUid KCRUidSimulationPSY = { 0x101F7A81 };
       
    36 
       
    37 /**
       
    38  *  Defines the file that the Simulation PSY uses for position its position data.
       
    39  */ 
       
    40 const TUint32 KCRKeySimPSYSimulationFile    = 0x10000000;
       
    41 
       
    42 /**
       
    43  *  The Central Repository key that is used to enable Common Data Set behaviour.
       
    44  *  0:  Independent Data Set (Default)
       
    45  *  1:  Common Data Set
       
    46  */
       
    47 const TUint32 KCRKeySimPSYCommonDataSet		= 0x10000001;
       
    48 
       
    49 #endif      // SIMULATIONPSYINTERNALCRKEYS_H