os/persistentdata/loggingservices/eventlogger/test/T_LogSecurity.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2005-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 //
    15 
    16 TARGET        t_logsecurity.exe
    17 TARGETTYPE    exe
    18 
    19 CAPABILITY    All -TCB
    20 
    21 MACRO 	LOGSERV_CAPABILITY_TEST
    22 
    23 //CodeWarrior compilation options - disable the "illegal pragma" warning
    24 OPTION CW -w noillpragmas
    25 
    26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    27 USERINCLUDE ../test/inc
    28 USERINCLUDE ../LogServ/inc
    29 USERINCLUDE ../LogWrap/inc
    30 USERINCLUDE ../Shared
    31 
    32 SOURCEPATH	../test/src
    33 SOURCE        T_LogSecurity.cpp
    34 SOURCE        t_logutil.cpp
    35 
    36 SOURCEPATH	../LogServ/src
    37 SOURCE        logservsecurity.cpp
    38 SOURCE        LogServResourceInterpreter.cpp
    39 SOURCE        LogServPanic.cpp
    40 SOURCE        LogServSqlStrings.cpp
    41 
    42 LIBRARY       euser.lib 
    43 LIBRARY       efsrv.lib 
    44 LIBRARY       logwrap.lib 
    45 LIBRARY       logcli.lib 
    46 LIBRARY       bafl.lib 
    47 LIBRARY       edbms.lib
    48 
    49 VENDORID 0x70000001
    50 
    51 SMPSAFE