diff -r 000000000000 -r dd21522fd290 webengine/wrtharvester/inc/wrtharvesterconst.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webengine/wrtharvester/inc/wrtharvesterconst.h Mon Mar 30 12:54:55 2009 +0300 @@ -0,0 +1,52 @@ +/* +* 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 +#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 */