searchsrv_plat/cpix_utility_api/inc/cpixwatchdogcommon.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:35:54 +0300
changeset 21 2c484ac32ef0
parent 18 3e1f76dd2722
child 23 d4d56f5e7c55
permissions -rw-r--r--
Revision: 201035 Kit: 201037

/*
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/

#ifndef CPIXWATCHDOGCOMMON_H_
#define CPIXWATCHDOGCOMMON_H_

//Length of uid string in cenrep
const TInt KCenrepUidLength = 256;
//Uid of watchdog cetral repository database
const TUid KWDrepoUidMenu = {0x20029ab8};
const TUint32 KHarvesterServerKey = 0x1;
const TUint32 KSearchServerKey = 0x2;
const TUint32 KHarvesterServerUIDKey = 0x3;
const TUint32 KHarvesterServerNAMEKey = 0x4;
const TUint32 KSearchServerUIDKey = 0x5;
const TUint32 KSearchServerNAMEKey = 0x6;
const TUint32 KSearchUiUIDKey = 0x7;


#endif /*CPIXWATCHDOGCOMMON_H_*/