searchsrv_plat/cpix_utility_api/inc/cpixwatchdogcommon.h
changeset 18 3e1f76dd2722
child 19 e3c09e9691e0
equal deleted inserted replaced
15:cf5c74390b98 18:3e1f76dd2722
       
     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: 
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CPIXWATCHDOGCOMMON_H_
       
    19 #define CPIXWATCHDOGCOMMON_H_
       
    20 
       
    21 //Length of uid string in cenrep
       
    22 const TInt KCenrepUidLength = 20;
       
    23 //Uid of watchdog cetral repository database
       
    24 const TUid KWDrepoUidMenu = {0x20029ab8};
       
    25 const TUint32 KHarvesterServerKey = 0x1;
       
    26 const TUint32 KSearchServerKey = 0x2;
       
    27 const TUint32 KHarvesterServerUIDKey = 0x3;
       
    28 const TUint32 KHarvesterServerNAMEKey = 0x4;
       
    29 const TUint32 KSearchServerUIDKey = 0x5;
       
    30 const TUint32 KSearchServerNAMEKey = 0x6;
       
    31 const TUint32 KSearchUiUIDKey = 0x7;
       
    32 
       
    33 
       
    34 #endif /*CPIXWATCHDOGCOMMON_H_*/