imagehandlingutilities/thumbnailmanager/inc/thumbnailmanagerprivatecrkeys.h
changeset 54 48dd0f169f0d
parent 42 2e2a89493e2b
equal deleted inserted replaced
42:2e2a89493e2b 54:48dd0f169f0d
     1 /*
       
     2 * Copyright (c) 2006-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:  Central Repository keys for Thumbnail Manager
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef THUMBNAILMANAGERPRIVATECRKEYS_H
       
    20 #define THUMBNAILMANAGERPRIVATECRKEYS_H
       
    21 
       
    22 #include "thumbnailmanageruids.hrh"
       
    23 
       
    24 const TUid KThumbnailSettingsUid = 
       
    25     {
       
    26     THUMBNAIL_CENREP_UID
       
    27     };
       
    28 
       
    29 const TUint32 KSizeImageGridWidth = 0x0;
       
    30 const TUint32 KSizeImageGridHeight = 0x1;
       
    31 const TUint32 KSizeImageListWidth = 0x2;
       
    32 const TUint32 KSizeImageListHeight = 0x3;
       
    33 const TUint32 KSizeImageFullscreenWidth = 0x4;
       
    34 const TUint32 KSizeImageFullscreenHeight = 0x5;
       
    35 const TUint32 KSizeVideoGridWidth = 0x6;
       
    36 const TUint32 KSizeVideoGridHeight = 0x7;
       
    37 const TUint32 KSizeVideoListWidth = 0x8;
       
    38 const TUint32 KSizeVideoListHeight = 0x9;
       
    39 const TUint32 KSizeVideoFullscreenWidth = 0x10;
       
    40 const TUint32 KSizeVideoFullscreenHeight = 0x11;
       
    41 const TUint32 KSizeAudioGridWidth = 0x12;
       
    42 const TUint32 KSizeAudioGridHeight = 0x13;
       
    43 const TUint32 KSizeAudioListWidth = 0x14;
       
    44 const TUint32 KSizeAudioListHeight = 0x15;
       
    45 const TUint32 KSizeAudioFullscreenWidth = 0x16;
       
    46 const TUint32 KSizeAudioFullscreenHeight = 0x17;
       
    47 const TUint32 KSizeContactListWidth = 0x18;
       
    48 const TUint32 KSizeContactListHeight = 0x19;
       
    49 const TUint32 KSizeContactGridWidth = 0x20;
       
    50 const TUint32 KSizeContactGridHeight = 0x21;
       
    51 const TUint32 KSizeContactFullscreenWidth = 0x22;
       
    52 const TUint32 KSizeContactFullscreenHeight = 0x23;
       
    53 
       
    54 const TUint32 KAutoCreateImageGrid = 0x100;
       
    55 const TUint32 KAutoCreateImageList = 0x101;
       
    56 const TUint32 KAutoCreateImageFullscreen = 0x102;
       
    57 const TUint32 KAutoCreateVideoGrid = 0x103;
       
    58 const TUint32 KAutoCreateVideoList = 0x104;
       
    59 const TUint32 KAutoCreateVideoFullscreen = 0x105;
       
    60 const TUint32 KAutoCreateAudioGrid = 0x106;
       
    61 const TUint32 KAutoCreateAudioList = 0x107;
       
    62 const TUint32 KAutoCreateAudioFullscreen = 0x108;
       
    63 const TUint32 KAutoCreateContactGrid = 0x109;
       
    64 const TUint32 KAutoCreateContactList = 0x110;
       
    65 const TUint32 KAutoCreateContactFullscreen = 0x111;
       
    66 
       
    67 const TUint32 KColorDepthGrid = 0x200;
       
    68 const TUint32 KColorDepthList = 0x201;
       
    69 const TUint32 KColorDepthFullscreen = 0x202;
       
    70 
       
    71 const TUint32 KEnableDaemon = 0x300;
       
    72 
       
    73 #endif // THUMBNAILMANAGERPRIVATECRKEYS_H