mmsharing/livecommsui/lcui/tsrc/mustester/Stubs/sipclientstub/group/sipclient.mmp
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
child 35 6c57ef9392d2
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
     1 /*
       
     2 * Copyright (c) 2006-2006 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:  Definition of project MceClientStub
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 
       
    24 TARGET              	sipclient.dll
       
    25 TARGETTYPE            dll
       
    26 UID                  	0x1000008d 0x00000112 // Experimental UID
       
    27 
       
    28 CAPABILITY              CAP_GENERAL_DLL
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 SOURCEPATH              ../src
       
    32 SOURCE                   Csipconnection.cpp
       
    33  SOURCE                  CSIPMessageElements.cpp
       
    34  SOURCE                  CSIPRequestElements.cpp
       
    35  SOURCE                  CSIPResponseElements.cpp
       
    36  SOURCE                  Csipservertransaction.cpp
       
    37  SOURCE                  Csiptransactionbase.cpp
       
    38  SOURCE 				 				 CSipSseTestTls.cpp
       
    39 
       
    40 
       
    41 USERINCLUDE             ../inc
       
    42 
       
    43 // Default system include paths for application layer modules.
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 LIBRARY                 euser.lib
       
    47 LIBRARY                 bafl.lib
       
    48 LIBRARY                 sipcodec.lib
       
    49 
       
    50 EXPORTUNFROZEN