commsconfig/commsdatabaseshim/ts_commdb/Ts_commdb.mmp
changeset 72 ae47d0499bee
parent 68 5da8188e392b
child 77 c9776eadbffd
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
     1 // Copyright (c) 2001-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 // using relative paths for sourcepath and user includes
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET        ts_commdb.dll
       
    19 TARGETTYPE    dll
       
    20 UID           0x1000008d 0x101F52C4
       
    21 VENDORID 0x70000001
       
    22 
       
    23 EPOCALLOWDLLDATA 
       
    24 
       
    25 SOURCEPATH    ../ts_commdb
       
    26 SOURCE        Testsuitecommdb.cpp
       
    27 SOURCE		  Teststepcommdb.cpp
       
    28 SOURCE		  step_001_01.cpp
       
    29 SOURCE		  step_002_01.cpp
       
    30 SOURCE		  Step_003_xx.cpp
       
    31 SOURCE		  step_004_xx.cpp
       
    32 SOURCE		  step_005_xx.cpp
       
    33 SOURCE		  step_006_xx.cpp
       
    34 SOURCE		  Step_007_xx.cpp
       
    35 SOURCE		  Step_008_xx.cpp
       
    36 SOURCE		  Step_009_xx.cpp
       
    37 SOURCE		  Step_010_xx.cpp
       
    38 SOURCE		  Step_011_xx.cpp
       
    39 SOURCE		  Step_012_xx.cpp
       
    40 SOURCE		  Step_013_xx.cpp
       
    41 SOURCE		  Step_014_xx.cpp
       
    42 SOURCE		  Step_015_xx.cpp
       
    43 SOURCE		  Step_016_xx.cpp
       
    44 SOURCE		  Step_017_xx.cpp
       
    45 SOURCE        	  Step_018_xx.cpp
       
    46 SOURCE        	  Step_019_xx.cpp
       
    47 SOURCE        	  Step_020_xx.cpp
       
    48 SOURCE        	  Step_021_xx.cpp
       
    49 SOURCE        	  Step_022_xx.cpp
       
    50 SOURCE	        Step_023_xx.cpp
       
    51 SOURCE	        Step_024_xx.cpp
       
    52 SOURCE        	  Step_025_xx.cpp
       
    53 SOURCE		  Step_026_xx.cpp
       
    54 SOURCE		  Step_027_xx.cpp
       
    55 SOURCE		  Step_028_xx.cpp
       
    56 SOURCE		  Step_029_xx.cpp
       
    57 SOURCE		  Step_030_xx.cpp
       
    58 SOURCE		  Step_031_xx.cpp
       
    59 SOURCE		  Step_032_xx.cpp
       
    60 SOURCE		  Step_033_xx.cpp
       
    61 SOURCE		  Step_034_xx.cpp
       
    62 SOURCE		  Step_035_xx.cpp
       
    63 SOURCE		  Step_036_xx.cpp
       
    64 SOURCE		  Step_037_xx.cpp
       
    65 SOURCE		  Step_038_xx.cpp
       
    66 SOURCE		  Step_039_xx.cpp
       
    67 SOURCE		  Step_040_xx.cpp
       
    68 SOURCE		  Step_041_xx.cpp
       
    69 SOURCE		  Step_042_xx.cpp
       
    70 SOURCE		  Step_043_xx.cpp
       
    71 SOURCE		  Step_044_xx.cpp
       
    72 SOURCE		  Step_045_xx.cpp
       
    73 SOURCE		  Step_046_xx.cpp
       
    74 SOURCE              Step_047_xx.cpp
       
    75 SOURCE		  step_051_xx.cpp
       
    76 SOURCE		  step_052_xx.cpp
       
    77 SOURCE		  step_053_xx.cpp
       
    78 SOURCE		  step_054_xx.cpp
       
    79 SOURCE		  step_055_xx.cpp
       
    80 SOURCE		  step_056_xx.cpp
       
    81 SOURCE		  step_057_xx.cpp
       
    82 SOURCE		  step_058_xx.cpp
       
    83 SOURCE		  step_059_xx.cpp
       
    84 SOURCE		  Step_061_xx.cpp
       
    85 SOURCE		  Step_062_xx.cpp
       
    86 SOURCE		  step_063_xx.cpp
       
    87 SOURCE		  Step_064_xx.cpp
       
    88 SOURCE		CommDbPreCopy.cpp
       
    89 
       
    90 USERINCLUDE   ../ts_commdb
       
    91 USERINCLUDE   ../commdbshim/INC
       
    92 
       
    93 #ifndef SYMBIAN_OLD_EXPORT_LOCATION
       
    94 //In the new nev the ProtectDB.h and the protectcpdb.h headers are not exported, so need to be user includes.
       
    95 USERINCLUDE   ../commdbshim/ProtectedDB
       
    96 #endif
       
    97 
       
    98 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    99 SYSTEMINCLUDE /epoc32/include
       
   100 #else
       
   101 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
   102 #endif
       
   103 
       
   104 LIBRARY       euser.lib commdb.lib
       
   105 
       
   106 
       
   107 LIBRARY       efsrv.lib
       
   108 LIBRARY	      integrationtestutils.lib estor.lib bafl.lib
       
   109 
       
   110        LIBRARY	      edbms.lib
       
   111 
       
   112        LIBRARY	      commsdat.lib
       
   113 
       
   114 
       
   115 CAPABILITY ALL -Tcb
       
   116 
       
   117 SMPSAFE