testexecfw/statsrv/device/source/statapi/console/export/statauto.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 __STATAPI_IBY__
       
    18 #define __STATAPI_IBY__
       
    19 
       
    20 REM Statapi
       
    21 
       
    22 #include <statcommon.iby>
       
    23 
       
    24 //Engineering Tools Certificate Store
       
    25 #ifndef __ET_SWICERTSTORE__
       
    26 #define __ET_SWICERTSTORE__
       
    27 data=ZRESOURCE\engtools_swicertstore.dat		Resource\swicertstore.dat
       
    28 #endif
       
    29 
       
    30 #if defined(__H2_OBY__) || defined(__H4HRP_OBY__) || defined(__34XX_SDP_OBY__)
       
    31 ECHO StatAuto.iby is including the H2/H4 stat.ini file
       
    32 data=ZSYSTEM\data\stat_H2.ini		System\data\stat.ini
       
    33 #else // def __H2_OBY__
       
    34 ECHO StatAuto.iby is including the default stat.ini file
       
    35 data=ZSYSTEM\data\stat.ini		System\data\stat.ini
       
    36 #endif // def __H2_OBY__
       
    37 
       
    38 
       
    39 
       
    40 
       
    41 #ifdef __TECHVIEWBASE_IBY__
       
    42 // Override the Techview Start.rsc file with one that launches 
       
    43 // statapi.exe as well.
       
    44 
       
    45 #ifdef _NOSYSSTART 
       
    46 
       
    47 #ifdef _NAND
       
    48 rename resource\apps\Start.rsc resource\Apps\Techview_Start.rsc
       
    49 #else
       
    50 hide resource\Apps\Start.rsc
       
    51 #endif
       
    52 
       
    53 data=ZRESOURCE\Apps\Statauto_Start.rsc	resource\Apps\Start.rsc
       
    54 #endif
       
    55 #endif
       
    56 
       
    57 #endif