multimediacommscontroller/mmccrtpwrapper/group/rtpwrapper.mmp
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description: This is the project specification file for rtpwrapper.
       
    14 // 
       
    15 //
       
    16 
       
    17 #include <platform_paths.hrh>
       
    18 
       
    19 TARGET		  rtpservice.dll
       
    20 TARGETTYPE	  DLL
       
    21 UID           0x1000008d 0x101F85CF
       
    22 VENDORID      0x70000001
       
    23 
       
    24 MW_LAYER_SYSTEMINCLUDE
       
    25 USERINCLUDE    ../inc
       
    26 USERINCLUDE    ../../mmccshared/inc
       
    27 
       
    28 SOURCEPATH     ../src
       
    29 SOURCE         rtp_wrapper.cpp
       
    30 SOURCE         rtp_api.cpp
       
    31 
       
    32 LIBRARY rtp.lib euser.lib esock.lib insock.lib random.lib bluetooth.lib srtp.lib
       
    33 LIBRARY commdb.lib
       
    34 
       
    35 CAPABILITY 		  CAP_GENERAL_DLL
       
    36 
       
    37 DEBUGLIBRARY flogger.lib
       
    38 
       
    39 PAGED