webengine/wrtharvester/inc/wrtharvesterconst.h
changeset 0 dd21522fd290
child 16 a359256acfc6
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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 the License "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:  Content model for data plug-in.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef WRTHARHESTERCONST_H
       
    20 #define WRTHARHESTERCONST_H
       
    21 
       
    22 #include <aicontentmodel.h>
       
    23 #include "sapidatapluginuids.hrh"
       
    24 
       
    25 // AI Data Plug-in ECOM implementation UID.
       
    26 const TInt KImplUidDataPlugin = SAPIDP_UID_ECOM_IMPLEMENTATION_CONTENTPUBLISHER_DATAPLUGIN;
       
    27 const TUid KUidDataPlugin = { KImplUidDataPlugin };
       
    28 
       
    29 // ================================= CONTENT ===================================
       
    30 
       
    31 // CPS Constants
       
    32 _LIT8( KType,          "type");
       
    33 _LIT( KCpData,         "cp_data");
       
    34 _LIT( KPubData,        "publisher" );
       
    35 _LIT8( KFilter,        "filter" );
       
    36 _LIT8( KDataMap,       "data_map");
       
    37 _LIT8( KActionTrigger, "action_trigger" );
       
    38 _LIT( KExecute,       "execute" );
       
    39 _LIT8( KRequestNotification, "RequestNotification" );
       
    40 _LIT8( KChangeInfo, "change_info" );
       
    41 _LIT8( KPublisherId, "publisher" );
       
    42 _LIT8( KContentType, "content_type" );
       
    43 _LIT8( KContentId,   "content_id" );
       
    44 _LIT8( KOperation, "operation" );
       
    45 _LIT8( KDeActive, "deactive");
       
    46 _LIT8( KActive, "active");
       
    47 _LIT8( KSuspend , "suspend");
       
    48 _LIT8( KResume, "resume");
       
    49 
       
    50 
       
    51 
       
    52 #endif /* WRTHARHESTERCONST_H */