os/persistentdata/persistentstorage/centralrepository/convtool/group/centrepconv.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2005-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 // CentRepConv - convert CentRep text initialization files to
    15 // binary to speed up access.
    16 // 
    17 //
    18 
    19 /**
    20  @file
    21 */
    22 MACRO CENTREP_CONV_TOOL
    23 
    24 TARGET			centrepconv.exe
    25 TARGETTYPE		EXE
    26 
    27 UID				0 0x1027431B // Allocated UID
    28 VENDORID		0x70000001		
    29 
    30 SMPSAFE
    31 
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    33 USERINCLUDE		../src
    34 USERINCLUDE		../../cenrepsrv
    35 USERINCLUDE		../../common/inc
    36 
    37 SOURCEPATH		../src
    38 SOURCE			main.cpp CentRepConvTool.cpp consoleprint.cpp
    39 
    40 SOURCEPATH		../../cenrepsrv
    41 SOURCE			shrepos.cpp
    42 SOURCE 			cachemgr.cpp obsrvr_noc.cpp srvrepos_noc.cpp srvres.cpp
    43 
    44 SOURCEPATH 		../../common/src
    45 SOURCE 			cregen.cpp datatype.cpp inifile.cpp panic.cpp heaprepos.cpp 
    46 
    47 LIBRARY			euser.lib efsrv.lib estor.lib bafl.lib charconv.lib
    48 LIBRARY			bsulinifile.lib
    49 #ifdef SYMBIAN_BAFL_SYSUTIL
    50 LIBRARY sysutil.lib
    51 #endif
    52