mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/mediamtpdataprovider/inc/mediamtpdataprovider_config.rh
changeset 25 d881023c13eb
parent 21 a05c44bc3c61
child 27 cbb1bfb7ebfb
equal deleted inserted replaced
21:a05c44bc3c61 25:d881023c13eb
     1 /*
       
     2 * Copyright (c) 2009 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:  Resource headers for project media mtp data provider
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MEDIAMTPDATAPROVIDER_RH
       
    20 #define MEDIAMTPDATAPROVIDER_RH
       
    21 
       
    22 // --------------------------------------------------------------------
       
    23 // Defines the resource type for media mtp data provider specific configuration data
       
    24 // --------------------------------------------------------------------
       
    25 //
       
    26 STRUCT MEDIAMTPDATAPROVIDE_CONFIG
       
    27     {
       
    28     LONG media_drive; // Symbian drive number @see TDrive
       
    29     LTEXT media_folder_root;
       
    30     LTEXT folder_exclusion_list[]; // What to exclude
       
    31     }
       
    32 
       
    33 #endif // MEDIAMTPDATAPROVIDER_RH