os/persistentdata/loggingservices/eventlogger/group/bld.inf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 1999-2010 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 // Logging engine
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 PRJ_EXPORTS
    23 
    24 ../LogWrap/inc/LOGWRAP.H OS_LAYER_PUBLIC_EXPORT_PATH(logwrap.h)
    25 ../LogWrap/inc/LOGWRAPCONST.H OS_LAYER_PUBLIC_EXPORT_PATH(logwrapconst.h)
    26 ../LogWrap/inc/LOGWRAPLIMITS.H OS_LAYER_PUBLIC_EXPORT_PATH(logwraplimits.h)
    27 ../LogWrap/inc/LOGWRAP.INL OS_LAYER_PUBLIC_EXPORT_PATH(logwrap.inl)
    28 ../LogWrap/inc/LOGWRAP.HRH OS_LAYER_PUBLIC_EXPORT_PATH(logwrap.hrh)
    29 ../LogWrap/inc/LOGFILTERANDEVENTCONSTANTS.HRH OS_LAYER_PUBLIC_EXPORT_PATH(logfilterandeventconstants.hrh)
    30 ../LogWrap/inc/LOGENG.H OS_LAYER_PUBLIC_EXPORT_PATH(logeng.h)
    31 ../LogWrap/inc/LOGENGDURATIONS.H OS_LAYER_PLATFORM_EXPORT_PATH(logengdurations.h)
    32 ../LogWrap/inc/LOGENGEVENTS.H OS_LAYER_PLATFORM_EXPORT_PATH(logengevents.h)
    33 ../LogWrap/inc/LOGSMSPDUDATA.H OS_LAYER_PUBLIC_EXPORT_PATH(logsmspdudata.h)
    34 ../LogCli/inc/LOGCLI.H OS_LAYER_PUBLIC_EXPORT_PATH(logcli.h)
    35 ../LogCli/inc/LOGCLI.INL OS_LAYER_PUBLIC_EXPORT_PATH(logcli.inl)
    36 ../LogCli/inc/LOGVIEW.H OS_LAYER_PUBLIC_EXPORT_PATH(logview.h)
    37 ../LogCli/inc/LOGVIEW.INL OS_LAYER_PUBLIC_EXPORT_PATH(logview.inl)
    38 ../LogCli/inc/LogViewChangeObserver.h OS_LAYER_PUBLIC_EXPORT_PATH(logviewchangeobserver.h)
    39 ../LogCli/inc/LogClientChangeObserver.h OS_LAYER_PUBLIC_EXPORT_PATH(logclientchangeobserver.h)
    40 
    41 
    42 ../Rom/logeng.iby /epoc32/rom/include/logeng.iby
    43 ../Rom/logeng.hby /epoc32/rom/include/logeng.hby
    44 
    45 ../logcntmodel/inc/logcntmodel.h OS_LAYER_PLATFORM_EXPORT_PATH(logcntmodel.h)
    46 ../logcntmodel/inc/logcntdef.h OS_LAYER_PLATFORM_EXPORT_PATH(logcntdef.h)
    47 
    48 backup_registration.xml z:/private/101f401d/backup_registration.xml
    49 
    50 // ConfML Files
    51 ../conf/eventlogger.confml                  OS_LAYER_EXPORTS_CONFML(eventlogger.confml)
    52 ../conf/eventlogger_101f401d.crml	        OS_LAYER_EXPORTS_CRML(eventlogger_101f401d.crml)
    53 
    54 PRJ_MMPFILES
    55 
    56 LOGWRAP.MMP
    57 logstub.mmp
    58 logserv.mmp
    59 LOGCLI.MMP
    60 logcntmodel.mmp
    61 
    62 PRJ_TESTEXPORTS
    63 
    64 ../Rom/logengtest.iby                   /epoc32/rom/include/logengtest.iby
    65 ../group/logengtests.bat                z:/test/logengtests.bat
    66 
    67 ../test/src/oldLogdbu.dat               z:/test/oldlogdbu.dat
    68 ../test/src/corruptLogdbu.dat           z:/test/corruptlogdbu.dat
    69 ../test/src/corruptDamagedLogdbu.dat    z:/test/corruptdamagedlogdbu.dat
    70 ../test/101f401d.txt                    z:/test/101f401d_test.txt
    71 
    72 PRJ_TESTMMPFILES
    73 
    74 ../test/t_logtype.mmp
    75 ../test/t_logapi.mmp
    76 ../test/t_logapi2.mmp
    77 ../test/t_logbadclient.mmp
    78 ../test/t_logview1.mmp
    79 ../test/t_logpurge.mmp
    80 ../test/t_logheap.mmp
    81 ../test/t_logfile.mmp				
    82 ../test/t_logfilter.mmp
    83 ../test/t_lognotify.mmp
    84 ../test/t_logview2.mmp
    85 ../test/t_logviewfail.mmp
    86 ../test/t_logviewfail2.mmp
    87 ../test/t_logviewfail3.mmp
    88 ../test/t_logbench.mmp
    89 ../test/t_logbackup.mmp
    90 ../test/t_logevent.mmp
    91 ../test/t_logwrap.mmp
    92 ../test/t_logcontact.mmp
    93 ../test/t_logcntmatch.mmp
    94 ../test/t_logmaxnumlen.mmp
    95 ../test/t_logorderbyid.mmp
    96 ../test/t_logservercrash.mmp
    97 ../test/t_loghicaphelper.mmp		support
    98 ../test/t_loglowcapability.mmp
    99 ../test/t_loghicapability.mmp
   100 ../test/t_logsecureview_lowcap.mmp
   101 ../test/t_logsecureview_hicap.mmp
   102 ../test/T_LogSecurity.mmp
   103 ../test/t_logservIPC.mmp
   104 ../test/t_logapi_helper.mmp		support
   105 ../test/t_logcompat.mmp
   106 ../test/t_logsimid.mmp
   107 ../test/t_logcntmatchplugin.mmp		support
   108 
   109 #include "../test/tef/group/bld.inf"