loggingservices/eventlogger/test/T_LogSecurity.mmp
changeset 0 08ec8eefde2f
child 9 667e88a979d7
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     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 //
       
    15 
       
    16 TARGET        t_logsecurity.exe
       
    17 TARGETTYPE    exe
       
    18 CAPABILITY    All -TCB
       
    19 
       
    20 MACRO 	LOGSERV_CAPABILITY_TEST
       
    21 
       
    22 //CodeWarrior compilation options - disable the "illegal pragma" warning
       
    23 OPTION CW -w noillpragmas
       
    24 
       
    25 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    26 USERINCLUDE ../test/inc
       
    27 USERINCLUDE ../LogServ/inc
       
    28 USERINCLUDE ../LogWrap/inc
       
    29 USERINCLUDE ../Shared
       
    30 
       
    31 SOURCEPATH	../test/src
       
    32 SOURCE        T_LogSecurity.cpp
       
    33 
       
    34 SOURCEPATH	../LogServ/src
       
    35 SOURCE        logservsecurity.cpp
       
    36 SOURCE        LogServResourceInterpreter.cpp
       
    37 SOURCE        LogServPanic.cpp
       
    38 SOURCE        LogServSqlStrings.cpp
       
    39 
       
    40 LIBRARY       euser.lib efsrv.lib logwrap.lib logcli.lib bafl.lib edbms.lib
       
    41 
       
    42 VENDORID 0x70000001
       
    43 
       
    44 SMPSAFE