analyzetool/analyzetoolcleaner/group/analyzetoolcleaner.mmp
changeset 20 a71a3e32a2ae
child 49 7fdc9a71d314
equal deleted inserted replaced
15:ccab7f1f8266 20:a71a3e32a2ae
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  The .mmp file for atoolcleaner.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET			atoolcleaner.dll
       
    21 TARGETTYPE	  	dll
       
    22 UID 			0x1000008d 0x2002DC71
       
    23 CAPABILITY		ALL -TCB
       
    24 EPOCALLOWDLLDATA
       
    25 
       
    26 SMPSAFE
       
    27 
       
    28 SOURCEPATH  ../src
       
    29 SOURCE analyzetoolcleaner.cpp
       
    30 
       
    31 USERINCLUDE   ../inc
       
    32 USERINCLUDE   ../../inc
       
    33 
       
    34 OS_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 LIBRARY euser.lib
       
    37 LIBRARY flogger.lib
       
    38 
       
    39 // End of File