homescreenplugins/videoahlplugin/inc/videoahpluginconstants.h
branchRCL_3
changeset 13 112a725ff2c2
parent 11 5294c000a26d
child 14 8970fbd719ec
equal deleted inserted replaced
11:5294c000a26d 13:112a725ff2c2
     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 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:   definitions for action handler plugin dll*
       
    15 */
       
    16 
       
    17 
       
    18 #ifndef VIDEOAHPLUGINCONSTANTS_H_
       
    19 #define VIDEOAHPLUGINCONSTANTS_H_
       
    20 
       
    21 #include <e32def.h>
       
    22 
       
    23 
       
    24 // command names, also used in XML configuration
       
    25 _LIT( KVcxNsExtLaunchVideoCmd,        "ELaunchVideoToPlayer");
       
    26 _LIT( KVcxNsExtLaunchLastWatchedCmd,  "ELaunchLastWatched");
       
    27 _LIT( KVcxNsExtLaunchLiveTVLastWatch, "EIPTVMessageLastWatched");
       
    28 _LIT( KVcxNsExtOpenStorageCmd,        "EOpenVideoStorage");
       
    29 _LIT( KVcxNsExtInternetVideoCmd,      "EOpenInternetVideos");
       
    30 _LIT( KVcxNsExtServiceCatalCmd,       "EOpenServiceCatalogue");
       
    31 _LIT( KVcxNsExtVideoShopCmd,          "EOpenVideoShop");
       
    32 _LIT( KVcxNsExtLaunchVCSettingsCmd,   "EOpenVCSettings");
       
    33 _LIT( KVcxNsExtOpenLiveTVCmd,         "EOpenLiveTV");
       
    34 _LIT( KVcxNsExtLoadTvVideoSuite,      "ELoadTvVideoSuite" );
       
    35 _LIT( KVcxNsExtUnloadTvVideoSuite,    "EUnloadTvVideoSuite" );
       
    36 
       
    37 // Mediator defs.
       
    38 const TInt KVcxNsAhMediatorDomain     = 0x20016B9E;
       
    39 const TInt KVcxNsAhMediatorCategory   = 0x1;
       
    40 const TInt KVcxNsAhEventSuiteLoaded   = 0x1;
       
    41 const TInt KVcxNsAhEventSuiteUnloaded = 0x2;
       
    42 const TInt KVcxNsAhEventVersion       = 1;
       
    43 
       
    44 #endif /*VIDEOAHPLUGINCONSTANTS_H_*/
       
    45 
       
    46 // End of file