commonservices/activitymanager/group/activitymanager.mmp
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2002-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 
       
    17  
       
    18 // When macro defined trace messages for SYSUTIL are compiled in and sent to RDebug.
       
    19 // This line must always be commented before submitting to the MCL. See sysutildebug.h
       
    20 //#if _DEBUG
       
    21 //MACRO SYMBIAN_BAFL_ACTIVITYMANAGER_TRACE
       
    22 //#endif
       
    23  
       
    24 TARGET          activitymanager.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x100056e4
       
    27 
       
    28 CAPABILITY      All -Tcb
       
    29 VENDORID 		0x70000001
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          activitymanager.cpp
       
    33 SOURCE          dummy.cpp
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 
       
    38 LIBRARY         euser.lib
       
    39 
       
    40 
       
    41 SMPSAFE