hotspotfw/hsbrowser/inc/hsbrowsercommon.h
branchRCL_3
changeset 24 63be7eb3fc78
parent 23 b852595f5cbe
child 25 f28ada11abbf
equal deleted inserted replaced
23:b852595f5cbe 24:63be7eb3fc78
     1 /*
       
     2 * Copyright (c) 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:   Common data for HotSpot Browser Application.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef HSBROWSERCOMMON_H
       
    21 #define HSBROWSERCOMMON_H
       
    22 
       
    23 // CONSTANTS
       
    24 
       
    25 /**
       
    26 * Z drive.
       
    27 */
       
    28 _LIT( KDriveZ, "z:" );
       
    29 
       
    30 /**
       
    31 * C drive.
       
    32 */
       
    33 _LIT( KDriveC, "c:" );
       
    34 
       
    35 /*
       
    36 * Series60v3.2 product file.
       
    37 */
       
    38 _LIT( KS60ProductIdFile, "Series60v3.2.sis" );
       
    39 
       
    40 /*
       
    41 * ROM install directory.
       
    42 */
       
    43 _LIT( KROMInstallDir, "z:\\system\\install\\" );
       
    44 
       
    45 /**
       
    46 * Resource file for Hotspot Browser.
       
    47 */
       
    48 _LIT( KResourceFile, "hsbrowser.rsc" );
       
    49 
       
    50 /**
       
    51 * UID3 of the application.
       
    52 */
       
    53 const TUid KUidHsBrowserApp = { 0x2000AFCC };
       
    54 
       
    55 #endif
       
    56 
       
    57 // End of File