mmserv/tms/tmsproxy/group/tmsproxy.mmp
changeset 0 71ca22bcf22a
child 8 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          tmsproxy.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008d 0x10207C7B
       
    24 CAPABILITY      All -Tcb
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 #ifndef WINSCW
       
    28 EpocAllowDllData
       
    29 #endif
       
    30 
       
    31 USERINCLUDE     ../inc
       
    32 USERINCLUDE     ../../inc
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    36 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE   /epoc32/include/stdapis/stlport
       
    38 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    39 SYSTEMINCLUDE   /epoc32/include/mda/common
       
    40 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    41 
       
    42 SOURCEPATH      ../src
       
    43 SOURCE          tmsproxy.cpp
       
    44 SOURCE          tmsqueuehandler.cpp
       
    45 
       
    46 LIBRARY         efsrv.lib
       
    47 LIBRARY         estor.lib
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         libglib.lib
       
    50 LIBRARY         tmsutility.lib
       
    51 
       
    52 DEFFILE         tmsproxy.def
       
    53 NOSTRICTDEF
       
    54 
       
    55 SMPSAFE
       
    56 
       
    57 // End of file