contentstorage/casrv/cawidgetscanner/inc/cawidgetscannerdef.h
changeset 83 156f692b1687
child 98 d2f833ab7940
equal deleted inserted replaced
80:397d00875918 83:156f692b1687
       
     1 /*
       
     2 * Copyright (c) 2010 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:  Globals for Content Publisher  server
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef CA_WIDGETSCANNERDEF_H
       
    20 #define CA_WIDGETSCANNERDEF_H
       
    21 
       
    22 // CONSTANTS
       
    23 const TInt KChunkSize = 8192;
       
    24 const TInt KDriveLetterLength = 2;
       
    25 const TInt KModificationTimeLength = 17;
       
    26 const TInt KNoId = -1;
       
    27 
       
    28 // LIT
       
    29 _LIT( KDoubleSlash, "\\" );
       
    30 _LIT( KWidgetScannerUnderline, "_" );
       
    31 _LIT( KWidgetScannerCaEntry, "CA_ENTRY" );
       
    32 _LIT( KWidgetScannerEnText, "EN_TEXT" );
       
    33 _LIT( KWidgetScannerEnDescription, "EN_DESCRIPTION" );
       
    34 
       
    35 
       
    36 _LIT( KManifest, ".manifest");
       
    37 _LIT( KColen, ":" );
       
    38 _LIT( KImportDir, "\\private\\20022F35\\import\\widgetregistry\\" );
       
    39 _LIT( KTrue, "true" );
       
    40 _LIT8(KWidget, "widget" );
       
    41 _LIT8(KUri, "uri" );
       
    42 _LIT8(KLibrary, "library" );
       
    43 _LIT8(KTitle, "title" );
       
    44 _LIT8(KDescription, "description" );
       
    45 _LIT8(KHidden, "hidden" );
       
    46 _LIT8(KIconUri, "iconuri" );
       
    47 _LIT8(KWidgetProvider, "widgetprovider");
       
    48 
       
    49 _LIT8(KWidgetManifest, "hswidgetmanifest");
       
    50 _LIT8(KIcon, "icon");
       
    51 _LIT8(KServiceXml, "servicexml");
       
    52 
       
    53 
       
    54 #endif // CA_WIDGETSCANNERDEF_H