mmappfw_plat/mpx_playback_utility_api/tsrc/inc/testplaybackplugintype.h
branchRCL_3
changeset 63 91d5ad76f5c6
equal deleted inserted replaced
59:666f9a5a90a9 63:91d5ad76f5c6
       
     1 /*
       
     2 * Copyright (c) 2002 - 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:  define playback plugin type enum
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef TESTPLAYBACKPLUGINTYPE_H
       
    19 #define TESTPLAYBACKPLUGINTYPE_H
       
    20 
       
    21 #include "testcommonpluginuids.h"
       
    22 
       
    23 // Collection Plugin Test Types.
       
    24 //
       
    25 enum TPlaybackTestPluginType
       
    26     {
       
    27     EPlaybackTestPluginType = KPlaybackTestPluginType,
       
    28     EPlaybackTestPluginType2 = KPlaybackTestPluginType2,
       
    29     EPlaybackTestPluginType3 = KPlaybackTestPluginType3
       
    30     };
       
    31 
       
    32 
       
    33 #endif // TESTPLAYBACKPLUGINTYPE_H
       
    34