homescreenplugins/videochplugin/inc/videocontentharvesterplugin.hrh
branchRCL_3
changeset 10 112a725ff2c2
parent 9 5294c000a26d
child 11 8970fbd719ec
equal deleted inserted replaced
9:5294c000a26d 10: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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef C_CONTENTHARVESTEREXAMPLEPLUGIN_HRH
       
    22 #define C_CONTENTHARVESTEREXAMPLEPLUGIN_HRH
       
    23 
       
    24 // CONSTANT
       
    25 #define KVcxNsContentHarvesterPluginUid 0x2001B2A8
       
    26 
       
    27 enum TVCxNsCPContentType
       
    28     {
       
    29     EVCxNsCPContentLastWatched = 0x00000001,
       
    30     EVCxNsCPContentLiveTV,
       
    31     EVCxNsCPContentIPTV,    
       
    32     EVCxNsCPContentMyVideos,
       
    33     EVCxNsCPContentFeeds,
       
    34     EVCxNsCPContentPreloaded,
       
    35     EVCxNsCPContentServiceGroup
       
    36     };
       
    37 
       
    38 
       
    39 #endif // C_CONTENTHARVESTEREXAMPLEPLUGIN_HRH