commsprocess/commsrootserverconfig/group/Te_Configuratorsuite.mmp
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2002-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      te_configuratorsuite.exe
       
    17           TARGETTYPE  exe
       
    18           UID             0x10281814 
       
    19 
       
    20 VENDORID 0x70000001
       
    21 SECUREID 0x101F7989
       
    22 //Please add any change under here
       
    23 SOURCEPATH  ../Te_Configurator/src
       
    24 SOURCE	              Te_ConfiguratorSuiteServer.cpp
       
    25 SOURCE	              Te_ConfiguratorSuiteStepBase.cpp
       
    26 SOURCE                loadcpmStep.cpp
       
    27 SOURCE                unloadcpmStep.cpp
       
    28 SOURCE                getinienumerateStep.cpp
       
    29 SOURCE                heapfailureStep.cpp
       
    30 SOURCE                TestAscynHandler.cpp
       
    31 
       
    32 	
       
    33 
       
    34 USERINCLUDE   ../Te_Configurator/src
       
    35 
       
    36 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    37 SYSTEMINCLUDE /epoc32/include
       
    38 SYSTEMINCLUDE /epoc32/include/test
       
    39 #else
       
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 #endif
       
    42 
       
    43 //Please add your system include under here. 
       
    44 
       
    45 LIBRARY   euser.lib c32root.lib 
       
    46 LIBRARY		testexecuteutils.lib 
       
    47 LIBRARY		testexecutelogclient.lib 
       
    48 LIBRARY		commsfw.lib
       
    49 
       
    50 //Please add your libraries under here. For example:
       
    51 LIBRARY		efsrv.lib dummycpm.lib
       
    52 
       
    53 
       
    54 CAPABILITY ALL -Tcb
       
    55 
       
    56 
       
    57 SMPSAFE
       
    58