homescreensrv_plat/hs_widget_publisher_api/inc/hsglobals.h
changeset 0 79c6a41cd166
child 23 ace62b58f4b2
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Updates applications and icons in Operator Tile.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef GLOBALS_H_
       
    20 #define GLOBALS_H_
       
    21 
       
    22 _LIT8( KCPInterface, "IDataSource" );
       
    23 _LIT8( KCPService, "Service.ContentPublishing" );
       
    24 _LIT( KStartUpFailed, "Homescreen Publishing Api startup failed.");
       
    25 
       
    26 _LIT( KCpData, "cp_data" );
       
    27 _LIT( KPublisher, "publisher" );
       
    28 _LIT( KHsWidgetPublisher, "hswidgetpublisher" );
       
    29 _LIT( KHSTemplate, "hstemplate" );
       
    30 _LIT( KContentAndPublisher_Registry, "cp_data:publisher" );
       
    31 
       
    32 _LIT8( KPublisherId, "publisher" );
       
    33 _LIT8( KContentType, "content_type" );
       
    34 _LIT8( KContentId, "content_id" );
       
    35 _LIT8( KTemplateType, "template_type" );
       
    36 _LIT8( KWidgetName, "widget_name" );
       
    37 _LIT8( KWidgetUid, "widget_uid" );
       
    38 _LIT8( KWidgetInfo, "widget_info" );
       
    39 _LIT8( KWidgetMaxInstance, "widget_maxinstance" );
       
    40 _LIT8( KWidgetDesc, "widget_desc" );
       
    41 _LIT8( KWidgetIcon, "widget_icon" );
       
    42 
       
    43 _LIT8( KDataMap, "data_map" );
       
    44 _LIT8( KActionMap, "action_map" );
       
    45 
       
    46 _LIT8( KUIDs, "UID" );
       
    47 _LIT( KContentHarvesterUid, "0x10282E5A" );
       
    48 _LIT8( KAccessList, "ACL" );
       
    49 _LIT8( KACLRead, "read" );
       
    50 _LIT8( KACLWrite, "write" );
       
    51 _LIT8( KACLDelete, "delete" );
       
    52 _LIT( KHexPrefix, "0x" );
       
    53 
       
    54 _LIT( KTriggerMap, "data");
       
    55 _LIT8( KExecuteAction, "ExecuteAction" );
       
    56 
       
    57 _LIT8( KFilter, "filter" );
       
    58 _LIT8( KOperation, "operation" );
       
    59 _LIT8( KActionTrigger, "action_trigger" );
       
    60 
       
    61 _LIT8( KCommand, "cmd" );
       
    62 _LIT8( KType, "type" );
       
    63 
       
    64 _LIT8( KPluginId,"plugin_id");
       
    65 _LIT8( KApplicationUid, "application_uid" );
       
    66 _LIT8( KData, "data" );
       
    67 _LIT8( KLaunchMethod, "launch_method" );
       
    68 _LIT8( KApaCommand, "apa_command" );
       
    69 _LIT( KApaCommandBackground, "apa_command_background" );
       
    70 _LIT( KLaunchMethodValueCmdLine, "cmd_line" );
       
    71 _LIT( KActionValueLaunchApplication, "launch_application" );
       
    72 
       
    73 _LIT8( KPublisherTwoRow, "PublisherTwoRow" );
       
    74 _LIT8( KItem, "item" );
       
    75 
       
    76 _LIT8( KAdd, "Add" );
       
    77 _LIT8( KRequestNotification, "RequestNotification" );
       
    78 _LIT8( KDelete, "Delete" );
       
    79 _LIT8( KErrorCode, "ErrorCode" );
       
    80 
       
    81 _LIT8( KActive, "active" );
       
    82 _LIT8( KDeActive, "deactive" );
       
    83 _LIT8( KSuspend, "suspend" );
       
    84 _LIT8( KResume, "resume" );
       
    85 _LIT8( KSelected, "selected" );
       
    86 _LIT8( KSelectedColon, "selected:" );
       
    87 _LIT8( KSelectedFormat, "selected:%s" );
       
    88 _LIT8( KContentIdFormat, "%s:%s" );
       
    89 _LIT( KColon, ":" );
       
    90 
       
    91 _LIT8( KChangeInfo, "change_info" );
       
    92 _LIT8( KOperationExecute, "execute" );
       
    93 
       
    94 const TInt32 KCASpaAppLauncherPlugin = {0x10282E5F};
       
    95 
       
    96 _LIT( KAll, "all" );
       
    97 
       
    98 #endif /*GLOBALS_H_*/