homescreensrv_plat/sapi_homescreenplugin/inc/hspsliwvocabulary.hrh
changeset 0 79c6a41cd166
child 4 1a2a00e78665
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2008 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:  SAPI vocabulary
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef HSPSLIWVOCABULARY_HRH
       
    20 #define HSPSLIWVOCABULARY_HRH
       
    21 /*
       
    22 *  @ingroup homescreenpluginservice_sapi
       
    23 *  HSPS liw based vocabulary
       
    24 */
       
    25 //General words
       
    26 _LIT8( KHspsLiwEmptyValue, "" );
       
    27 
       
    28 // Configuration types
       
    29 _LIT8( KHspsLiwApplicationConf, "application" );
       
    30 _LIT8( KHspsLiwViewConf, "view" );
       
    31 _LIT8( KHspsLiwWidgetConf, "widget" );
       
    32 _LIT8( KHspsLiwTemplateConf, "template" );
       
    33 
       
    34 // Configuration states
       
    35 _LIT8( KHspsLiwConfNotConfirmed, "NotConfirmed" );
       
    36 _LIT8( KHspsLiwConfWaitForConfirmation, "WaitForConfirmation" );
       
    37 _LIT8( KHspsLiwConfConfirmed, "Confirmed" );
       
    38 _LIT8( KHspsLiwConfError, "Error" );
       
    39 
       
    40 // Configuration filters
       
    41 _LIT8( KHspsLiwConfFilterPlugins, "Plugins" );
       
    42 
       
    43 // SAPI methods
       
    44 _LIT8( KGetActiveAppConf, "GetActiveAppConf" );
       
    45 _LIT8( KGetPluginConf, "GetPluginConf" );
       
    46 _LIT8( KGetPlugins, "GetPlugins" );
       
    47 _LIT8( KGetPluginList, "GetPluginList" );
       
    48 _LIT8( KAddPlugin, "AddPlugin" );
       
    49 _LIT8( KRemovePlugin, "RemovePlugin" );
       
    50 _LIT8( KReplacePlugin, "ReplacePlugin" );
       
    51 _LIT8( KSetPluginSettings, "SetPluginSettings" );
       
    52 _LIT8( KGetPluginSettings, "GetPluginSettings" );
       
    53 _LIT8( KMovePlugins, "MovePlugins" );
       
    54 _LIT8( KGetAppConfs, "GetAppConfs" );
       
    55 _LIT8( KSetActiveAppConf, "SetActiveAppConf" );
       
    56 _LIT8( KRequestNotification, "RequestNotification" );
       
    57 _LIT8( KSetConfState, "SetConfState" );
       
    58 _LIT8( KSetActivePlugin, "SetActivePlugin" );
       
    59 
       
    60 //Input words.
       
    61 _LIT8( KPluginId, "pluginId" );
       
    62 _LIT8( KHspsLiwAppUid, "appUid" );
       
    63 _LIT8( KHspsLiwConfId, "confId" );
       
    64 _LIT8( KHspsLiwConfUid, "confUid" );
       
    65 _LIT8( KHspsLiwConfState, "state" );
       
    66 _LIT8( KHspsLiwPluginUid, "pluginUid" );
       
    67 _LIT8( KHspsLiwAppConfUid, "appConfUid" );
       
    68 _LIT8( KHspsLiwPosition, "position" );
       
    69 _LIT8( KHspsLiwFilter, "filter" );
       
    70 _LIT8( KHspsLiwStoringParams, "storingParams" ); //optional
       
    71 _LIT8( KHspsLiwStorePluginRefence, "storePluginConf" );
       
    72 _LIT8( KHspsLiwStoreAppConf, "storeAppConf" ); 
       
    73 //Output words.
       
    74 _LIT8( KHspsLiwPluginId, "pluginId" );
       
    75 _LIT8( KHspsLiwPluginIds, "pluginIds" );
       
    76 
       
    77 _LIT8( KHspsLiwStatus, "status" );
       
    78 
       
    79 _LIT8( KHspsLiwAppConf, "appConf" );
       
    80 _LIT8( KHspsLiwPluginConf, "pluginConf" );
       
    81 _LIT8( KHspsLiwReturnValue, "ReturnValue" );
       
    82 _LIT8( KHspsLiwNotification, "notification" );
       
    83 _LIT8( KHspsLiwId, "id" );
       
    84 _LIT8( KHspsLiwType, "type" );
       
    85 _LIT8( KHspsLiwInterface, "interface" );
       
    86 _LIT8( KHspsLiwUid, "uid" );
       
    87 _LIT8( KHspsLiwName, "name" );
       
    88 _LIT8( KHspsLiwState, "state" );
       
    89 _LIT8( KHspsLiwMaxChild, "max_child" );
       
    90 _LIT8( KHspsLiwPlugins, "plugins" );
       
    91 _LIT8( KHspsLiwAppConfs, "appConfs" );
       
    92 _LIT8( KHspsLiwActivationState, "activationstate" );
       
    93 _LIT8( KHspsLiwMultiInstance, "multiinstance" );
       
    94 _LIT8( KHspsLiwDescription, "desc" );
       
    95 _LIT8( KHspsLiwLogo, "logo" );
       
    96 _LIT8( KHspsLiwPreview, "preview" );
       
    97 _LIT8( KHspsLiwOrigUid, "origUid" );
       
    98 _LIT8( KHspsLiwLockingStatus, "locking_status" );
       
    99 _LIT8( KHspsLiwLockingNone, "none" );
       
   100 
       
   101 _LIT8( KHspsLiwSettings, "settings" );
       
   102 _LIT8( KHspsLiwSettingsId, "settingsId" );
       
   103 
       
   104 _LIT8( KHspsLiwItems, "items" );
       
   105 _LIT8( KHspsLiwItemId, "itemId" );
       
   106 _LIT8( KHspsLiwItemName, "name" );
       
   107 
       
   108 _LIT8( KHspsLiwAttributes, "attributes" );
       
   109 _LIT8( KHspsLiwAttrKey, "key" );
       
   110 _LIT8( KHspsLiwAttrName, "name" );
       
   111 
       
   112 _LIT8( KHspsLiwProperties, "properties" );
       
   113 _LIT8( KHspsLiwPropertyName, "name" );
       
   114 _LIT8( KHspsLiwPropertyValue, "value" );
       
   115 
       
   116 _LIT8( KHspsLiwResources, "resources" );
       
   117 _LIT8( KHspsLiwObjectName, "name" );
       
   118 _LIT8( KHspsLiwObjectPath, "path" );
       
   119 _LIT8( KHspsLiwObjectMediatype, "mediatype" );
       
   120 _LIT8( KHspsLiwObjectType, "type" );
       
   121 _LIT8( KHspsLiwObjectTag, "tag" );
       
   122 
       
   123 _LIT8(KErrorCode,           "ErrorCode");
       
   124 _LIT8(KErrorMessage,        "ErrorMessage");
       
   125 _LIT8(KReturnValue,         "ReturnValue");
       
   126 _LIT8(KTransactionID,       "TransactionID");
       
   127 
       
   128 _LIT8(KReqNotifEvent,                  "event");
       
   129 
       
   130 _LIT8(KReqNotifPluginInstalledEvent,    "PluginInstalled");
       
   131 _LIT8(KReqNotifPluginUpdatedEvent,      "PluginUpdated");
       
   132 _LIT8(KReqNotifPluginUnInstalledEvent,  "PluginUninstalled");
       
   133 _LIT8(KReqNotifRemovePluginEvent,       "PluginRemoved");
       
   134 _LIT8(KReqNotifAddPluginEvent,          "PluginAdded");
       
   135 _LIT8(KReqNotifSettingsChangedEvent,    "PluginSettingsChanged");
       
   136 _LIT8(KReqNotifAppConfActivetedEvent,   "AppConfActivated");
       
   137 _LIT8(KReqNotifPluginActivatedEvent,    "PluginActivated");
       
   138 _LIT8(KReqNotifPluginReplacedEvent,    "PluginReplaced");
       
   139 
       
   140 #endif //HSPSLIWVOCABULARY_HRH