mmserv/tms/tmscallproxy/group/tmscallproxy.mmp
changeset 0 71ca22bcf22a
child 6 e35735ece90c
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 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          tmscallproxy.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008d 0x10207C77
       
    24 CAPABILITY      All -TCB
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 #ifndef WINSCW
       
    28 EpocAllowDllData
       
    29 #endif
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    33 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    34 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    35 SYSTEMINCLUDE   /epoc32/include/stdapis/stlport
       
    36 
       
    37 USERINCLUDE     ../../inc
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          tmscallproxy.cpp
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         estor.lib
       
    43 LIBRARY         libglib.lib
       
    44 LIBRARY         tmsproxy.lib
       
    45 LIBRARY         tmsutility.lib
       
    46 
       
    47 DEFFILE         tmscallproxy.def
       
    48 NOSTRICTDEF
       
    49 
       
    50 SMPSAFE
       
    51 
       
    52 // End of file