commsconfig/commsdatabaseshim/TE_commdb/group/TE_commdb.mmp
changeset 72 ae47d0499bee
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
       
     1 // TE_commdb.mmp
       
     2 //
       
     3 //Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 //All rights reserved.
       
     5 //This component and the accompanying materials are made available
       
     6 //under the terms of "Eclipse Public License v1.0"
       
     7 //which accompanies this distribution, and is available
       
     8 //at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 //
       
    10 //Initial Contributors:
       
    11 //Nokia Corporation - initial contribution.
       
    12 //
       
    13 //Contributors:
       
    14 //
       
    15 //Description:
       
    16 //
       
    17 //
       
    18 
       
    19 // using relative paths for sourcepath and user includes
       
    20 
       
    21 TARGET        te_commdb.exe
       
    22 TARGETTYPE    EXE
       
    23 UID           0x1000008d 0x101F52C4
       
    24 VENDORID 0x70000001
       
    25 
       
    26 #if defined(WINS)
       
    27 deffile		  ../../BWINS/TE_COMMDB.def
       
    28 #endif
       
    29 
       
    30 EPOCALLOWDLLDATA 
       
    31 
       
    32 SOURCEPATH    ../src
       
    33 SOURCE        TE_commdbServer.cpp
       
    34 SOURCE		  Teststepcommdb.cpp
       
    35 SOURCE		  step_001_01.cpp
       
    36 SOURCE		  step_002_01.cpp
       
    37 SOURCE		  Step_003_xx.cpp
       
    38 SOURCE		  step_004_xx.cpp
       
    39 SOURCE		  step_005_xx.cpp
       
    40 SOURCE		  step_006_xx.cpp
       
    41 SOURCE		  Step_007_xx.cpp
       
    42 SOURCE		  Step_008_xx.cpp
       
    43 SOURCE		  Step_009_xx.cpp
       
    44 SOURCE		  Step_010_xx.cpp
       
    45 SOURCE		  Step_011_xx.cpp
       
    46 SOURCE		  Step_012_xx.cpp
       
    47 SOURCE		  Step_013_xx.cpp
       
    48 SOURCE		  Step_014_xx.cpp
       
    49 SOURCE		  Step_015_xx.cpp
       
    50 SOURCE		  Step_016_xx.cpp
       
    51 SOURCE		  Step_017_xx.cpp
       
    52 SOURCE        	  Step_018_xx.cpp
       
    53 SOURCE        	  Step_019_xx.cpp
       
    54 SOURCE        	  Step_020_xx.cpp
       
    55 SOURCE        	  Step_021_xx.cpp
       
    56 SOURCE        	  Step_022_xx.cpp
       
    57 SOURCE	        Step_023_xx.cpp
       
    58 SOURCE	        Step_024_xx.cpp
       
    59 SOURCE        	  Step_025_xx.cpp
       
    60 SOURCE		  Step_026_xx.cpp
       
    61 SOURCE		  Step_027_xx.cpp
       
    62 SOURCE		  Step_028_xx.cpp
       
    63 SOURCE		  Step_029_xx.cpp
       
    64 SOURCE		  Step_030_xx.cpp
       
    65 SOURCE		  Step_031_xx.cpp
       
    66 SOURCE		  Step_032_xx.cpp
       
    67 SOURCE		  Step_033_xx.cpp
       
    68 SOURCE		  Step_034_xx.cpp
       
    69 SOURCE		  Step_035_xx.cpp
       
    70 SOURCE		  Step_036_xx.cpp
       
    71 SOURCE		  Step_037_xx.cpp
       
    72 SOURCE		  Step_038_xx.cpp
       
    73 SOURCE		  Step_039_xx.cpp
       
    74 SOURCE		  Step_040_xx.cpp
       
    75 SOURCE		  Step_041_xx.cpp
       
    76 SOURCE		  Step_042_xx.cpp
       
    77 SOURCE		  Step_043_xx.cpp
       
    78 SOURCE		  Step_044_xx.cpp
       
    79 SOURCE		  Step_045_xx.cpp
       
    80 SOURCE		  Step_046_xx.cpp
       
    81 SOURCE              Step_047_xx.cpp
       
    82 SOURCE		  step_051_xx.cpp
       
    83 SOURCE		  step_052_xx.cpp
       
    84 SOURCE		  step_053_xx.cpp
       
    85 SOURCE		  step_054_xx.cpp
       
    86 SOURCE		  step_055_xx.cpp
       
    87 SOURCE		  step_056_xx.cpp
       
    88 SOURCE		  step_057_xx.cpp
       
    89 SOURCE		  step_058_xx.cpp
       
    90 SOURCE		  step_059_xx.cpp
       
    91 SOURCE		  Step_061_xx.cpp
       
    92 SOURCE		  Step_062_xx.cpp
       
    93 SOURCE		  step_063_xx.cpp
       
    94 SOURCE		  Step_064_xx.cpp
       
    95 SOURCE		CommDbPreCopy.cpp
       
    96 
       
    97 USERINCLUDE   ../inc
       
    98 USERINCLUDE   ../../commdbshim/INC
       
    99 
       
   100 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
   101 
       
   102 LIBRARY       euser.lib commdb.lib
       
   103 LIBRARY       efsrv.lib
       
   104 LIBRARY	      estor.lib bafl.lib
       
   105 LIBRARY	      edbms.lib
       
   106 LIBRARY	      commsdat.lib
       
   107 LIBRARY	      TestExecuteUtils.lib
       
   108 
       
   109 
       
   110 CAPABILITY ALL -Tcb
       
   111 
       
   112 
       
   113 //From the orig sheduletest mmp
       
   114 //################################
       
   115 //USERINCLUDE   ../ts_commdb
       
   116 //USERINCLUDE   ../commdbshim/INC
       
   117 //
       
   118 //SYSTEMINCLUDE /epoc32/include
       
   119 //
       
   120 //LIBRARY       euser.lib commdb.lib
       
   121 //LIBRARY       efsrv.lib
       
   122 //LIBRARY	      integrationtestutils.lib estor.lib bafl.lib
       
   123 //
       
   124 //       LIBRARY	      edbms.lib
       
   125 //
       
   126 //       LIBRARY	      commsdat.lib
       
   127 //
       
   128 //
       
   129 //CAPABILITY ALL -Tcb
       
   130 
       
   131 SMPSAFE
       
   132 
       
   133