homescreensrv_plat/sapi_actionhandler/inc/ahplugindefs.h
changeset 73 4bc7b118b3df
parent 66 32469d7d46ff
child 80 397d00875918
child 81 5ef31a21fdd5
equal deleted inserted replaced
66:32469d7d46ff 73:4bc7b118b3df
     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:   Plugin Interface definistions / plugins uids
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef C_ACTION_HANDLER_PLUGINDEFS_H
       
    21 #define C_ACTION_HANDLER_PLUGINDEFS_H
       
    22 
       
    23 #include "ahpluginuids.hrh"
       
    24 
       
    25 _LIT8( KActionHandlerInterface, "IDataAction" );
       
    26 _LIT8( KCommand, "cmd" );
       
    27 
       
    28 // UID of this interface
       
    29 const TInt32 KAHPluginInterface =
       
    30     {
       
    31     KAHPluginInterfaceUid
       
    32     }; //{0x10089990};
       
    33 
       
    34 //Supported Commands
       
    35 _LIT8( KExecute, "Execute" );
       
    36 
       
    37 // Input arguments
       
    38 _LIT8( KPluginUid, "plugin_id" );
       
    39 _LIT8( KMap, "data" );
       
    40 
       
    41 #endif //C_ACTION_HANDLER_PLUGINDEFS_H
       
    42 //End of file