IMPSengine/rom/impseng.iby
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2003-2005 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 *	 This file provides the information of creating ROM image.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef __IMPSENG_IBY__
       
    21 #define __IMPSENG_IBY__
       
    22 
       
    23 #ifdef __IM
       
    24     #define __GO_AHEAD__
       
    25 #endif
       
    26 #ifdef __PRESENCE
       
    27     #define __GO_AHEAD__
       
    28 #endif
       
    29 
       
    30 #ifdef __GO_AHEAD__
       
    31     file=ABI_DIR\BUILD_DIR\impseng.dll            	SHARED_LIB_DIR\impseng.dll
       
    32     file=ABI_DIR\BUILD_DIR\impsutils.dll          	SHARED_LIB_DIR\impsutils.dll
       
    33     file=ABI_DIR\BUILD_DIR\impsdatautils.dll      	SHARED_LIB_DIR\impsdatautils.dll
       
    34     file=ABI_DIR\BUILD_DIR\impsclient.dll         	SHARED_LIB_DIR\impsclient.dll
       
    35 
       
    36     file=ABI_DIR\BUILD_DIR\impsexe.exe            	PROGRAMS_DIR\impsexe.exe
       
    37 
       
    38     file=ABI_DIR\BUILD_DIR\impsdatachannel.dll 		SHARED_LIB_DIR\impsdatachannel.dll
       
    39 
       
    40     #ifdef __IMPS_STANDALONE_IP_CIR
       
    41         ECOM_PLUGIN(IMPSIPCIRWATCHER.dll,101FB0C4.rsc) 
       
    42         //file=ABI_DIR\BUILD_DIR\impsipcirwatcher.dll 	SHARED_LIB_DIR\impsipcirwatcher.dll
       
    43     #endif
       
    44    
       
    45     ECOM_PLUGIN(IMPSPUSHHANDLER.dll,101F4695.rsc)    // this publishes the DLL and the 
       
    46                                                		// resource file to the correct location
       
    47 
       
    48     file=ABI_DIR\BUILD_DIR\impsmessage.dll        	SHARED_LIB_DIR\impsmessage.dll
       
    49     
       
    50 
       
    51     file=ABI_DIR\BUILD_DIR\imlauncher.exe         	PROGRAMS_DIR\imlauncher.exe
       
    52 
       
    53 
       
    54     ECOM_PLUGIN(imclient.dll,101FB0D0.rsc)              // IM SDK API
       
    55 
       
    56 
       
    57 // backup registry
       
    58 data=DATAZ_\private\101FB0D4\backup_registration.xml private\101FB0D4\backup_registration.xml
       
    59 
       
    60     
       
    61 #endif
       
    62 
       
    63 #endif
       
    64