idlefw/group/ailaunch.mmp
changeset 4 1a2a00e78665
parent 3 ff572005ac23
child 8 d0529222e3f0
child 9 4dfbd78f8d74
equal deleted inserted replaced
3:ff572005ac23 4:1a2a00e78665
     1 /*
       
     2 * Copyright (c) 2002-2005 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 #include        <platform_paths.hrh>
       
    19 #include        <platform/mw/aisystemuids.hrh>
       
    20 #include        <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          ailaunch.exe
       
    23 TARGETTYPE      exe
       
    24 UID             0x100039CE AI_UID3_AIFW_EXE
       
    25 SECUREID        AI_SID_AIFW_EXE
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 CAPABILITY      CAP_APPLICATION PowerMgmt NetworkControl TrustedUI
       
    29 
       
    30 EPOCSTACKSIZE   0x5000
       
    31 EPOCHEAPSIZE    0x300000 0xC00000
       
    32 
       
    33 SOURCEPATH      ../src/framework
       
    34 SOURCE          main.cpp
       
    35 
       
    36 START RESOURCE  ailaunch.rss
       
    37 HEADER
       
    38 TARGETPATH      APP_RESOURCE_DIR
       
    39 LANGUAGE_IDS
       
    40 END
       
    41 
       
    42 START RESOURCE  ailaunch_reg.rss
       
    43 DEPENDS ailaunch.rsg
       
    44 TARGETPATH      /private/10003a3f/apps
       
    45 END
       
    46 
       
    47 USERINCLUDE     .
       
    48 USERINCLUDE     ../inc/common
       
    49 USERINCLUDE     ../inc/framework
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         apparc.lib
       
    55 LIBRARY         aifw.lib
       
    56 LIBRARY         eikcore.lib
       
    57 LIBRARY         ecom.lib
       
    58 LIBRARY         flogger.lib
       
    59