commsprocess/commsrootserverconfig/group/testcpm.mmp
changeset 0 dfb7c4ff071f
child 72 ae47d0499bee
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 1997-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 //
       
    15 
       
    16 TARGET          testcpm.cpm
       
    17 TARGETTYPE      DLL
       
    18 UID             0x101f7418
       
    19 VENDORID 0x70000001
       
    20 #include 	"comms-infras/commsdebugutility.mmh"
       
    21 #include        <cflog.mmh>
       
    22 
       
    23 SOURCEPATH      ../ts_rootserver/testcpm
       
    24 SOURCE          testcpm.cpp
       
    25 
       
    26 USERINCLUDE	    ../ts_rootserver
       
    27 
       
    28 SYSTEMINCLUDE	../inc
       
    29 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    30 SYSTEMINCLUDE 	/epoc32/include
       
    31 SYSTEMINCLUDE 	/epoc32/include/comms-infras
       
    32 #else
       
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 #endif
       
    35 
       
    36 LIBRARY	                euser.lib commsfw.lib
       
    37 
       
    38 DEFFILE			testcpm.def
       
    39 
       
    40 START WINS
       
    41 BASEADDRESS		0x41100000
       
    42 END
       
    43 
       
    44 CAPABILITY ALL -Tcb
       
    45 
       
    46 UNPAGED
       
    47 
       
    48 SMPSAFE
       
    49