testexecfw/statsrv/device/source/statapi/techview/export/statgui.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 __STATGUI_IBY__
       
    18 #define __STATGUI_IBY__
       
    19 
       
    20 REM Statgui GUI version
       
    21 
       
    22 #include <iniparser.iby>
       
    23 
       
    24 // To copy the GUI STAT to the ROM
       
    25 
       
    26 file=ABI_DIR\DEBUG_DIR\statgui.exe		Sys\Bin\Statgui.exe
       
    27 file=ABI_DIR\DEBUG_DIR\serialdriver.dll		Sys\Bin\serialdriver.dll
       
    28 data=ZRESOURCE\APPS\Statguiicon.mbm		resource\Apps\Statguiicon.mbm
       
    29 data=ZRESOURCE\APPS\Statgui.rsc			resource\Apps\Statgui.rsc
       
    30 data=ZRESOURCE\APPS\Statgui_loc.rsc		resource\Apps\Statgui_loc.rsc
       
    31 data=ZPRIVATE\10003a3f\APPS\Statgui_reg.rsc	Private\10003a3f\Apps\Statgui_reg.rsc
       
    32 
       
    33 
       
    34 #endif // ifndef __STATGUI_IBY__