persistentstorage/centralrepository/group/t_cenrep_defects.mmp
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2004-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 CAPABILITY AllFiles ReadDeviceData WriteDeviceData PowerMgmt
       
    17 VENDORID 0x70000001
       
    18 
       
    19 SMPSAFE
       
    20 
       
    21 target t_cenrep_defects.exe
       
    22 targettype exe
       
    23 
       
    24 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    25 
       
    26 USERINCLUDE ../cenrepsrv
       
    27 USERINCLUDE ../common/inc
       
    28 
       
    29 SOURCEPATH ../test
       
    30 SOURCE t_cenrep_defects.cpp 
       
    31 SOURCEPATH ../common/src
       
    32 SOURCE cregen.cpp datatype.cpp inifile.cpp panic.cpp heaprepos.cpp 
       
    33 SOURCEPATH ../cenrepsrv
       
    34 SOURCE cachemgr.cpp obsrvr_noc.cpp shrepos.cpp srvres.cpp install.cpp srvrepos_noc.cpp sessnotf.cpp clientrequest.cpp rstrepos.cpp
       
    35 
       
    36 LIBRARY euser.lib efsrv.lib centralrepository.lib bafl.lib t_cenrep_helper.lib estor.lib 
       
    37 LIBRARY charconv.lib bsulinifile.lib cenrepnotifhandler.lib
       
    38 #ifdef SYMBIAN_BAFL_SYSUTIL
       
    39 LIBRARY sysutil.lib
       
    40 #endif
       
    41