filemanager/Engine/inc/FileManagerEngine.rh
changeset 0 6a9f87576119
equal deleted inserted replaced
-1:000000000000 0:6a9f87576119
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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 FileManagerEngine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef FILEMANAGERENGINE_RH
       
    20 #define FILEMANAGERENGINE_RH
       
    21 
       
    22 //  STRUCTURE DEFINITIONS
       
    23 
       
    24 // -----------------------------------------------------------------------------
       
    25 // FILEMANAGER_DEFAULT_FOLDER
       
    26 // This struct is used for mapping default folders
       
    27 // -----------------------------------------------------------------------------
       
    28 //
       
    29 
       
    30 STRUCT FILEMANAGER_DEFAULT_FOLDER
       
    31     {
       
    32     LTEXT root;             // root under which the folder is
       
    33     LTEXT folder;           // name of the folder
       
    34     BYTE isMediaFolder = 0; // 1 if this is media folder, 0 otherwise
       
    35     }
       
    36 
       
    37 // -----------------------------------------------------------------------------
       
    38 // FILEMANAGER_ICON_MAPPER
       
    39 // This struct is used for mapping MIME type to icon id
       
    40 // -----------------------------------------------------------------------------
       
    41 //
       
    42 
       
    43 STRUCT FILEMANAGER_ICON_MAPPER
       
    44     {
       
    45     LTEXT mimeType; // MIME type of item
       
    46     WORD iconId;   // icon ID corresponding to MIME type
       
    47     }
       
    48 
       
    49 #endif // FILEMANAGERENGINE_RH
       
    50 
       
    51 // End of File