mmserv/tms/rom/tms.iby
changeset 0 71ca22bcf22a
child 19 095bea5f582e
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     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: Telephony Multimedia Service
       
    15 *
       
    16 */
       
    17 /*
       
    18  * tms.iby
       
    19  *
       
    20  */
       
    21 
       
    22 #ifndef __TMS_IBY__
       
    23 #define __TMS_IBY__
       
    24 
       
    25 #include <bldvariant.hrh>
       
    26 #ifdef FF_TMS
       
    27 
       
    28 file=ABI_DIR/BUILD_DIR/tmsapi.dll         SHARED_LIB_DIR/tmsapi.dll
       
    29 file=ABI_DIR/BUILD_DIR/tmsfactory.dll     SHARED_LIB_DIR/tmsfactory.dll
       
    30 file=ABI_DIR/BUILD_DIR/tmsimpl.dll        SHARED_LIB_DIR/tmsimpl.dll
       
    31 file=ABI_DIR/BUILD_DIR/tmscallproxy.dll   SHARED_LIB_DIR/tmscallproxy.dll
       
    32 file=ABI_DIR/BUILD_DIR/tmscallserver.dll  SHARED_LIB_DIR/tmscallserver.dll
       
    33 file=ABI_DIR/BUILD_DIR/tmsproxy.dll       SHARED_LIB_DIR/tmsproxy.dll
       
    34 file=ABI_DIR/BUILD_DIR/tmsutility.dll     SHARED_LIB_DIR/tmsutility.dll
       
    35 file=ABI_DIR/BUILD_DIR/tmsserver.exe      SHARED_LIB_DIR/tmsserver.exe
       
    36 
       
    37 //TMS_Stub
       
    38 data=ZSYSTEM/install/tms_stub.sis         System/Install/tms_stub.sis
       
    39 
       
    40 #endif //FF_TMS
       
    41 
       
    42 #endif //__TMS_IBY__
       
    43 
       
    44 //End of File