mmserv/tms/rom/tms.iby
changeset 38 9e9fc5ab059f
parent 0 71ca22bcf22a
child 46 0ac9a5310753
equal deleted inserted replaced
36:73253677b50a 38:9e9fc5ab059f
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3  * All rights reserved.
     4 * This component and the accompanying materials are made available
     4  * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5  * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6  * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8  *
     9 * Initial Contributors:
     9  * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10  * Nokia Corporation - initial contribution.
    11 *
    11  *
    12 * Contributors:
    12  * Contributors:
    13 *
    13  *
    14 * Description: Telephony Multimedia Service
    14  * Description: Telephony Multimedia Service
    15 *
       
    16 */
       
    17 /*
       
    18  * tms.iby
       
    19  *
    15  *
    20  */
    16  */
    21 
    17 
    22 #ifndef __TMS_IBY__
    18 #ifndef TMS_IBY
    23 #define __TMS_IBY__
    19 #define TMS_IBY
    24 
    20 
       
    21 #include <data_caging_paths_for_iby.hrh>
    25 #include <bldvariant.hrh>
    22 #include <bldvariant.hrh>
       
    23 
    26 #ifdef FF_TMS
    24 #ifdef FF_TMS
    27 
    25 
    28 file=ABI_DIR/BUILD_DIR/tmsapi.dll         SHARED_LIB_DIR/tmsapi.dll
    26 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
    27 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
    28 file=ABI_DIR/BUILD_DIR/tmsimpl.dll        SHARED_LIB_DIR/tmsimpl.dll
    37 //TMS_Stub
    35 //TMS_Stub
    38 data=ZSYSTEM/install/tms_stub.sis         System/Install/tms_stub.sis
    36 data=ZSYSTEM/install/tms_stub.sis         System/Install/tms_stub.sis
    39 
    37 
    40 #endif //FF_TMS
    38 #endif //FF_TMS
    41 
    39 
    42 #endif //__TMS_IBY__
    40 #endif //TMS_IBY
    43 
    41 
    44 //End of File
    42 //End of File