persistentstorage/centralrepository/pccenrep/group/bld.inf
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2008-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 PRJ_PLATFORMS
       
    17 DEFAULT TOOLS2
       
    18 
       
    19 
       
    20 PRJ_EXPORTS
       
    21 ../include/centralrepository.h	 SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(x86tool/centralrepository.h)
       
    22 
       
    23 
       
    24 PRJ_TESTEXPORTS
       
    25 cenrepcstests.iby				/epoc32/rom/include/cenrepcstests.iby
       
    26 
       
    27 
       
    28 PRJ_EXTENSIONS
       
    29 #ifdef TOOLS2
       
    30 
       
    31 // Static library.
       
    32 start extension tools/x86tool
       
    33 option TARGET_NAME symcenrep
       
    34 option TARGET_TYPE lib
       
    35 option SOURCE_DIRS ../../common/src
       
    36 option SOURCE ../src/pccenrep.cpp ../src/pccenrepimpl.cpp
       
    37 option INCLUDES ../../common/inc ../../cenrepsrv ../include
       
    38 end
       
    39 
       
    40 // Dynamic library.
       
    41 start extension tools/x86tool
       
    42 option TARGET_NAME symcenrepd
       
    43 option TARGET_TYPE dll
       
    44 option LIBS symstore 
       
    45 option SHARED_LIBS symport
       
    46 option SOURCE_DIRS ../../common/src
       
    47 option SOURCE ../src/pccenrep.cpp ../src/pccenrepimpl.cpp
       
    48 option INCLUDES ../../common/inc ../../cenrepsrv ../include
       
    49 end
       
    50 
       
    51 #endif // TOOLS2
       
    52 
       
    53 
       
    54 PRJ_TESTMMPFILES
       
    55 #ifndef TOOLS2
       
    56 
       
    57 #ifdef WINSCW
       
    58 pccenrep.mmp support
       
    59 #endif // WINSCW
       
    60 
       
    61 ../../group/t_cenrep_helper.mmp support
       
    62 t_cenrepcs.mmp
       
    63 t_cenrepcsneg.mmp
       
    64 
       
    65 #ifdef WINSCW
       
    66 t_cenreppc.mmp
       
    67 t_cenreppcneg.mmp
       
    68 t_cenreppc_unit.mmp
       
    69 #endif // WINSCW
       
    70 
       
    71 #endif // TOOLS2
       
    72 
       
    73 
       
    74 PRJ_TESTEXTENSIONS
       
    75 // Test files.
       
    76 #ifndef SYMBIAN_CENTREP_SUPPORT_MULTIROFS
       
    77 	start extension syslibs/test/centrep_copypctestfile
       
    78 #else
       
    79 	start extension syslibs/test/centrep_copypctestfilev2
       
    80 #endif	
       
    81 end
       
    82 
       
    83 #ifdef TOOLS2
       
    84 
       
    85 // Static library tests.
       
    86 start extension tools/x86tool
       
    87 option TARGET_NAME testsymcenrep
       
    88 option TARGET_TYPE exe
       
    89 option SOURCE ../test/t_cenreppc.cpp ../test/common.cpp
       
    90 option INCLUDES ../../common/inc ../include
       
    91 option LIBS symcenrep symstore symfile symuser 
       
    92 option SYS_INCLUDES epoc32/include/platform
       
    93 end
       
    94 
       
    95 start extension tools/x86tool
       
    96 option TARGET_NAME testsymcenrepneg
       
    97 option TARGET_TYPE exe
       
    98 option SOURCE ../test/t_cenreppc_neg.cpp ../test/common_neg.cpp
       
    99 option INCLUDES ../../common/inc ../include
       
   100 option LIBS symcenrep symstore symfile symuser 
       
   101 option SYS_INCLUDES epoc32/include/platform
       
   102 end
       
   103 
       
   104 start extension tools/x86tool
       
   105 option TARGET_NAME testsymcenrepunit
       
   106 option TARGET_TYPE exe
       
   107 option SOURCE ../test/t_cenreppc_unit.cpp ../../common/src/heaprepos.cpp ../../common/src/cregen.cpp ../../common/src/inifile.cpp
       
   108 option INCLUDES ../../common/inc ../include ../../cenrepsrv
       
   109 option LIBS symcenrep symstore symfile symuser
       
   110 option SYS_INCLUDES epoc32/include/platform
       
   111 end
       
   112 
       
   113 // Dynamic library tests.
       
   114 start extension tools/x86tool
       
   115 option TARGET_NAME testsymcenrepd
       
   116 option TARGET_TYPE exe
       
   117 option SOURCE ../test/t_cenreppc.cpp ../test/common.cpp
       
   118 option INCLUDES ../../common/inc ../include
       
   119 option SHARED_LIBS symcenrepd symport
       
   120 option SYS_INCLUDES epoc32/include/platform 
       
   121 end
       
   122 
       
   123 start extension tools/x86tool
       
   124 option TARGET_NAME testsymcenrepdneg
       
   125 option TARGET_TYPE exe
       
   126 option SOURCE ../test/t_cenreppc_neg.cpp ../test/common_neg.cpp
       
   127 option INCLUDES ../../common/inc ../include
       
   128 option SHARED_LIBS symcenrepd symport
       
   129 option SYS_INCLUDES epoc32/include/platform
       
   130 end
       
   131 
       
   132 start extension tools/x86tool
       
   133 option TARGET_NAME testsymcenrepdunit
       
   134 option TARGET_TYPE exe
       
   135 option SOURCE ../test/t_cenreppc_unit.cpp ../../common/src/heaprepos.cpp ../../common/src/cregen.cpp ../../common/src/inifile.cpp
       
   136 option INCLUDES ../../common/inc ../include ../../cenrepsrv
       
   137 option SHARED_LIBS symcenrepd symport
       
   138 option SYS_INCLUDES epoc32/include/platform
       
   139 end
       
   140 
       
   141 #endif	//TOOLS2