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