webengine/wrtharvester/inc/wrtharvesterconst.h
author BuildAdmin@LON-ENGBUILD89
Tue, 05 May 2009 18:22:02 +0100
changeset 4 41bc1062eaf8
parent 0 dd21522fd290
child 16 a359256acfc6
permissions -rw-r--r--
[maven-scm] copy for tag web_FCL.001

/*
* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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:  Content model for data plug-in.
*
*/


#ifndef WRTHARHESTERCONST_H
#define WRTHARHESTERCONST_H

#include <aicontentmodel.h>
#include "sapidatapluginuids.hrh"

// AI Data Plug-in ECOM implementation UID.
const TInt KImplUidDataPlugin = SAPIDP_UID_ECOM_IMPLEMENTATION_CONTENTPUBLISHER_DATAPLUGIN;
const TUid KUidDataPlugin = { KImplUidDataPlugin };

// ================================= CONTENT ===================================

// CPS Constants
_LIT8( KType,          "type");
_LIT( KCpData,         "cp_data");
_LIT( KPubData,        "publisher" );
_LIT8( KFilter,        "filter" );
_LIT8( KDataMap,       "data_map");
_LIT8( KActionTrigger, "action_trigger" );
_LIT( KExecute,       "execute" );
_LIT8( KRequestNotification, "RequestNotification" );
_LIT8( KChangeInfo, "change_info" );
_LIT8( KPublisherId, "publisher" );
_LIT8( KContentType, "content_type" );
_LIT8( KContentId,   "content_id" );
_LIT8( KOperation, "operation" );
_LIT8( KDeActive, "deactive");
_LIT8( KActive, "active");
_LIT8( KSuspend , "suspend");
_LIT8( KResume, "resume");



#endif /* WRTHARHESTERCONST_H */