os/persistentdata/loggingservices/eventlogger/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/loggingservices/eventlogger/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,109 @@
     1.4 +// Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// Logging engine
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +/**
    1.22 + @file
    1.23 +*/
    1.24 +
    1.25 +PRJ_EXPORTS
    1.26 +
    1.27 +../LogWrap/inc/LOGWRAP.H OS_LAYER_PUBLIC_EXPORT_PATH(logwrap.h)
    1.28 +../LogWrap/inc/LOGWRAPCONST.H OS_LAYER_PUBLIC_EXPORT_PATH(logwrapconst.h)
    1.29 +../LogWrap/inc/LOGWRAPLIMITS.H OS_LAYER_PUBLIC_EXPORT_PATH(logwraplimits.h)
    1.30 +../LogWrap/inc/LOGWRAP.INL OS_LAYER_PUBLIC_EXPORT_PATH(logwrap.inl)
    1.31 +../LogWrap/inc/LOGWRAP.HRH OS_LAYER_PUBLIC_EXPORT_PATH(logwrap.hrh)
    1.32 +../LogWrap/inc/LOGFILTERANDEVENTCONSTANTS.HRH OS_LAYER_PUBLIC_EXPORT_PATH(logfilterandeventconstants.hrh)
    1.33 +../LogWrap/inc/LOGENG.H OS_LAYER_PUBLIC_EXPORT_PATH(logeng.h)
    1.34 +../LogWrap/inc/LOGENGDURATIONS.H OS_LAYER_PLATFORM_EXPORT_PATH(logengdurations.h)
    1.35 +../LogWrap/inc/LOGENGEVENTS.H OS_LAYER_PLATFORM_EXPORT_PATH(logengevents.h)
    1.36 +../LogWrap/inc/LOGSMSPDUDATA.H OS_LAYER_PUBLIC_EXPORT_PATH(logsmspdudata.h)
    1.37 +../LogCli/inc/LOGCLI.H OS_LAYER_PUBLIC_EXPORT_PATH(logcli.h)
    1.38 +../LogCli/inc/LOGCLI.INL OS_LAYER_PUBLIC_EXPORT_PATH(logcli.inl)
    1.39 +../LogCli/inc/LOGVIEW.H OS_LAYER_PUBLIC_EXPORT_PATH(logview.h)
    1.40 +../LogCli/inc/LOGVIEW.INL OS_LAYER_PUBLIC_EXPORT_PATH(logview.inl)
    1.41 +../LogCli/inc/LogViewChangeObserver.h OS_LAYER_PUBLIC_EXPORT_PATH(logviewchangeobserver.h)
    1.42 +../LogCli/inc/LogClientChangeObserver.h OS_LAYER_PUBLIC_EXPORT_PATH(logclientchangeobserver.h)
    1.43 +
    1.44 +
    1.45 +../Rom/logeng.iby /epoc32/rom/include/logeng.iby
    1.46 +../Rom/logeng.hby /epoc32/rom/include/logeng.hby
    1.47 +
    1.48 +../logcntmodel/inc/logcntmodel.h OS_LAYER_PLATFORM_EXPORT_PATH(logcntmodel.h)
    1.49 +../logcntmodel/inc/logcntdef.h OS_LAYER_PLATFORM_EXPORT_PATH(logcntdef.h)
    1.50 +
    1.51 +backup_registration.xml z:/private/101f401d/backup_registration.xml
    1.52 +
    1.53 +// ConfML Files
    1.54 +../conf/eventlogger.confml                  OS_LAYER_EXPORTS_CONFML(eventlogger.confml)
    1.55 +../conf/eventlogger_101f401d.crml	        OS_LAYER_EXPORTS_CRML(eventlogger_101f401d.crml)
    1.56 +
    1.57 +PRJ_MMPFILES
    1.58 +
    1.59 +LOGWRAP.MMP
    1.60 +logstub.mmp
    1.61 +logserv.mmp
    1.62 +LOGCLI.MMP
    1.63 +logcntmodel.mmp
    1.64 +
    1.65 +PRJ_TESTEXPORTS
    1.66 +
    1.67 +../Rom/logengtest.iby                   /epoc32/rom/include/logengtest.iby
    1.68 +../group/logengtests.bat                z:/test/logengtests.bat
    1.69 +
    1.70 +../test/src/oldLogdbu.dat               z:/test/oldlogdbu.dat
    1.71 +../test/src/corruptLogdbu.dat           z:/test/corruptlogdbu.dat
    1.72 +../test/src/corruptDamagedLogdbu.dat    z:/test/corruptdamagedlogdbu.dat
    1.73 +../test/101f401d.txt                    z:/test/101f401d_test.txt
    1.74 +
    1.75 +PRJ_TESTMMPFILES
    1.76 +
    1.77 +../test/t_logtype.mmp
    1.78 +../test/t_logapi.mmp
    1.79 +../test/t_logapi2.mmp
    1.80 +../test/t_logbadclient.mmp
    1.81 +../test/t_logview1.mmp
    1.82 +../test/t_logpurge.mmp
    1.83 +../test/t_logheap.mmp
    1.84 +../test/t_logfile.mmp				
    1.85 +../test/t_logfilter.mmp
    1.86 +../test/t_lognotify.mmp
    1.87 +../test/t_logview2.mmp
    1.88 +../test/t_logviewfail.mmp
    1.89 +../test/t_logviewfail2.mmp
    1.90 +../test/t_logviewfail3.mmp
    1.91 +../test/t_logbench.mmp
    1.92 +../test/t_logbackup.mmp
    1.93 +../test/t_logevent.mmp
    1.94 +../test/t_logwrap.mmp
    1.95 +../test/t_logcontact.mmp
    1.96 +../test/t_logcntmatch.mmp
    1.97 +../test/t_logmaxnumlen.mmp
    1.98 +../test/t_logorderbyid.mmp
    1.99 +../test/t_logservercrash.mmp
   1.100 +../test/t_loghicaphelper.mmp		support
   1.101 +../test/t_loglowcapability.mmp
   1.102 +../test/t_loghicapability.mmp
   1.103 +../test/t_logsecureview_lowcap.mmp
   1.104 +../test/t_logsecureview_hicap.mmp
   1.105 +../test/T_LogSecurity.mmp
   1.106 +../test/t_logservIPC.mmp
   1.107 +../test/t_logapi_helper.mmp		support
   1.108 +../test/t_logcompat.mmp
   1.109 +../test/t_logsimid.mmp
   1.110 +../test/t_logcntmatchplugin.mmp		support
   1.111 +
   1.112 +#include "../test/tef/group/bld.inf"