commonservices/sysutil/group/sysutil.mmp
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2007-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 // When macro defined trace messages for SYSUTIL are compiled in and sent to RDebug.
       
    15 // This line must always be commented before submitting to the MCL. See sysutildebug.h
       
    16 // MACRO SYMBIAN_BAFL_SYSUTIL_TRACE
       
    17 //
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 TARGET          sysutil.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x10005943
       
    25 
       
    26 VENDORID        0x70000001
       
    27 
       
    28 CAPABILITY      All -Tcb
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE			sysutil.cpp
       
    32 SOURCE          dummy.cpp
       
    33 SOURCE          sysutilpatchdata.cpp
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../src
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 LIBRARY         euser.lib
       
    41 LIBRARY         efsrv.lib
       
    42 LIBRARY         centralrepository.lib
       
    43 LIBRARY         bsul.lib
       
    44 LIBRARY         bsulinifile.lib
       
    45 LIBRARY         bafl.lib
       
    46 
       
    47 SMPSAFE