telephonyserverplugins/common_tsy/test/RPS/group/RPSMaster.mmp
changeset 0 3553901f7fa8
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2006-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:
       
    14 // MMP file for the RPS Master API which provides the
       
    15 // client with the ability to issue RPS requests.
       
    16 // rpsmaster.dll RPS master library dll
       
    17 // 
       
    18 //
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 TARGET        rpsmaster.dll
       
    25 TARGETTYPE    dll
       
    26 
       
    27 CAPABILITY    All -TCB
       
    28 // These match capabilities of inhook6.lib
       
    29 
       
    30 //UID           0x1000008d 0x06B110A3
       
    31 UID        	0x06B110A3
       
    32 VENDORID	0x70000001
       
    33 
       
    34 
       
    35 SOURCEPATH  ../RPSMaster/Src
       
    36 SOURCE		RPSMaster.cpp RPSMasterImpl.cpp Writer.cpp Sender.cpp
       
    37 
       
    38 
       
    39 USERINCLUDE 	../RPSMaster/Inc
       
    40 USERINCLUDE	../RPSCommon/Inc
       
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    42 
       
    43 LIBRARY  	euser.lib  bafl.lib esock.lib insock.lib  commdb.lib  inhook6.lib
       
    44 LIBRARY		testexecuteutils.lib
       
    45 LIBRARY		rpscommon.lib
       
    46 
       
    47 MACRO USE_RDEBUGLOGGING //enable this for use of RDebug::RPrint logging in the RPSMaster.dll
       
    48 
       
    49 
       
    50 deffile ../RPSMaster/~/RPSMaster.def
       
    51 
       
    52 
       
    53 
       
    54 
       
    55