testexecfw/statsrv/device/source/statapi/console/export/statlite.iby
changeset 0 3e07fef1e154
equal deleted inserted replaced
-1:000000000000 0:3e07fef1e154
       
     1 //
       
     2 // Copyright (c) 2005-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: 
       
    15 //
       
    16 
       
    17 #ifndef __STATLITE_IBY__
       
    18 #define __STATLITE_IBY__
       
    19 
       
    20 REM StatLite
       
    21 
       
    22 #define STAT_LITE
       
    23 #include <statcommon.iby>
       
    24 
       
    25 //file=ABI_DIR\DEBUG_DIR\SerialDriver.DLL	Sys\Bin\SerialDriver.DLL
       
    26 
       
    27 #if defined(__H2_OBY__) || defined(__H4HRP_OBY__) || defined(__34XX_SDP_OBY__)
       
    28 ECHO StatLite.iby is including the H2/H4 stat.ini file
       
    29 data=ZSYSTEM\data\stat_H2.ini		System\data\stat.ini
       
    30 #else // def __H2_OBY__
       
    31 ECHO StatLite.iby is including the default stat.ini file
       
    32 data=ZSYSTEM\data\stat.ini		System\data\stat.ini
       
    33 #endif // def __H2_OBY__
       
    34 
       
    35 #ifdef __TECHVIEWBASE_IBY__
       
    36 // Override the Techview Start.rsc file with one that launches 
       
    37 // statauto.exe as well.
       
    38 
       
    39 #ifdef _NOSYSSTART 
       
    40 
       
    41 #ifdef _NAND
       
    42 rename resource\apps\Start.rsc resource\Apps\Techview_Start.rsc
       
    43 #else
       
    44 hide resource\Apps\Start.rsc
       
    45 #endif
       
    46 
       
    47 data=ZRESOURCE\Apps\Statauto_Start.rsc	resource\Apps\Start.rsc
       
    48 #endif
       
    49 #endif
       
    50 
       
    51 #endif __STATLITE_IBY__