messagingfw/senduiservices/rom/Senduiservices.iby
branchRCL_3
changeset 23 d51193d814ea
parent 0 8e480a14352b
equal deleted inserted replaced
22:d2c4c66342f3 23:d51193d814ea
       
     1 /*
       
     2 * Copyright (c) 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:  Senduiservices.iby*
       
    15 */
       
    16 
       
    17 #ifndef __SENDUISERVICES_IBY__
       
    18 #define __SENDUISERVICES_IBY__
       
    19 
       
    20 file=ABI_DIR\BUILD_DIR\SENDUI.DLL					SHARED_LIB_DIR\Sendui.dll
       
    21 file=ABI_DIR\BUILD_DIR\SenduiDataUtils.dll			SHARED_LIB_DIR\SenduiDataUtils.dll
       
    22 
       
    23 ECOM_PLUGIN(SendUiWatcher.dll, senduiwatcher.rsc)
       
    24 
       
    25 S60_APP_EXE(SendUiServiceResolver)          // SendUiServiceResolver.exe
       
    26 S60_UPGRADABLE_APP_REG_RSC(SendUiServiceResolver)      // SendUiServiceResolver_reg
       
    27 
       
    28 S60_APP_EXE(senduilauncher)          // senduilauncher.exe
       
    29 S60_UPGRADABLE_APP_REG_RSC(senduilauncher)      // senduilauncher_reg
       
    30 
       
    31 // Stub sis files
       
    32 data=\epoc32\data\z\system\install\stub_senduiserviceresolver.sis					\system\install\stub_senduiserviceresolver.sis
       
    33 data=\epoc32\data\z\system\install\stub_senduilauncher.sis					\system\install\stub_senduilauncher.sis
       
    34 #endif