activityfw/afactivitylauncher/group/afactivitylauncher.mmp
changeset 124 e36b2f4799c0
child 125 26079c1bb561
equal deleted inserted replaced
121:0b3699f6c654 124:e36b2f4799c0
       
     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:
       
    15 *
       
    16 */
       
    17 
       
    18 TARGET         afactivitylauncher.dll
       
    19 TARGETTYPE     dll
       
    20 UID            0x1000008d  0x20026784
       
    21 SECUREID       0x20026784
       
    22 
       
    23 CAPABILITY     ALL -TCB
       
    24 
       
    25 
       
    26 EPOCHEAPSIZE   0x100000 0x600000 // 1MB - 6MB
       
    27 
       
    28 MW_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 USERINCLUDE    ../inc
       
    31 SYSTEMINCLUDE  ../../inc
       
    32 
       
    33 SOURCEPATH     ../src
       
    34 SOURCE         afactivitylauncher.cpp
       
    35 SOURCE         afactivitylauncher_p.cpp
       
    36 SOURCE         afapplicationlauncher.cpp
       
    37 
       
    38 LIBRARY        euser.lib 
       
    39 LIBRARY        inetprotutil.lib
       
    40 LIBRARY        apgrfx.lib
       
    41 LIBRARY        cone.lib
       
    42 LIBRARY        apparc.lib
       
    43 LIBRARY        estor.lib
       
    44 LIBRARY        afstorageclient.lib
       
    45 STATICLIBRARY  afstoragecommon.lib
       
    46 
       
    47 DEBUGLIBRARY    flogger.lib