memana/analyzetoolclient/rom/analyzetool.iby
changeset 0 f0f2b8682603
equal deleted inserted replaced
-1:000000000000 0:f0f2b8682603
       
     1 /*
       
     2 * Copyright (c) 2008 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 
       
    18 
       
    19 #ifndef __ANALYZETOOL_IBY__
       
    20 #define __ANALYZETOOL_IBY__
       
    21 
       
    22 S60_APP_EXE(atool)
       
    23 
       
    24 #ifdef __S60_
       
    25 S60_APP_EXE(atconfigurationappgui)
       
    26 S60_APP_AIF_ICONS(atconfigurationappgui)
       
    27 S60_APP_RESOURCE(atconfigurationappgui)
       
    28 #ifdef S60_UPGRADABLE_APP_REG_RSC
       
    29 S60_UPGRADABLE_APP_REG_RSC(atconfigurationappgui)
       
    30 #else
       
    31 S60_APP_AIF_RSC(atconfigurationappgui)
       
    32 #endif
       
    33 #endif
       
    34 
       
    35 // Memory hook
       
    36 file=ABI_DIR\BUILD_DIR\atoolmemoryhook.dll           SHARED_LIB_DIR\atoolmemoryhook.dll
       
    37 
       
    38 // Storage server
       
    39 file=ABI_DIR\BUILD_DIR\atoolstorageserver.exe                 PROGRAMS_DIR\atoolstorageserver.exe
       
    40 file=ABI_DIR\BUILD_DIR\atoolstorageserverclnt.dll             SHARED_LIB_DIR\atoolstorageserverclnt.dll
       
    41 
       
    42 // Stub
       
    43 data=ZSYSTEM\Install\analyzetool_stub.sis                   \system\install\analyzetool_stub.sis
       
    44 
       
    45 #endif // __ANALYZETOOL_IBY__