loggingservices/eventlogger/test/t_logsecureview_lowcap.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_logsecureview_lowcap.exe
       
    17 TARGETTYPE exe
       
    18 
       
    19 CAPABILITY ReadUserData
       
    20 VENDORID 0x70000001
       
    21 
       
    22 SMPSAFE
       
    23 
       
    24 SOURCEPATH src
       
    25 SOURCE        t_logsecureview.cpp test.cpp
       
    26 SOURCE		  t_logservsession.cpp
       
    27 
       
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    29 USERINCLUDE inc ../Shared
       
    30 
       
    31 LIBRARY euser.lib efsrv.lib logwrap.lib logcli.lib bafl.lib
       
    32 MACRO LOWCAP
       
    33 
       
    34