appinstaller/AppMngr2/group/appmngr2.mmp
branchRCL_3
changeset 65 7333d7932ef7
parent 61 cd189dac02f7
child 66 8b7f4e561641
equal deleted inserted replaced
62:5cc91383ab1e 65:7333d7932ef7
     1 /*
     1 /*
     2 * Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    18 
    18 
    19 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    20 #include <data_caging_paths.hrh>
    20 #include <data_caging_paths.hrh>
    21 
    21 
    22 TARGET              appmngr2.exe
    22 TARGET              appmngr2.exe
    23 EPOCHEAPSIZE        0x1000 0x200000     // min 4kB (default), max 2MB (2*default)
       
    24 EPOCSTACKSIZE       0x5000
    23 EPOCSTACKSIZE       0x5000
    25 TARGETTYPE          exe
    24 TARGETTYPE          exe
    26 UID                 0x100039CE 0x101F8512
    25 UID                 0x100039CE 0x101F8512
    27 
    26 
    28 CAPABILITY          CAP_APPLICATION AllFiles ProtServ TrustedUI
    27 CAPABILITY          CAP_APPLICATION AllFiles ProtServ TrustedUI
    51 SOURCE              appmngr2packageinfomaker.cpp
    50 SOURCE              appmngr2packageinfomaker.cpp
    52 SOURCE              appmngr2log.cpp
    51 SOURCE              appmngr2log.cpp
    53 SOURCE              appmngr2logpopuplist.cpp
    52 SOURCE              appmngr2logpopuplist.cpp
    54 SOURCE              appmngr2logdatabase.cpp
    53 SOURCE              appmngr2logdatabase.cpp
    55 SOURCE              appmngr2logdatabaseentry.cpp
    54 SOURCE              appmngr2logdatabaseentry.cpp
    56 SOURCE              appmngr2exittimer.cpp
       
    57 
    55 
    58 START RESOURCE      ../data/appmngr2.rss
    56 START RESOURCE      ../data/appmngr2.rss
    59 HEADER
    57 HEADER
    60 TARGETPATH          APP_RESOURCE_DIR
    58 TARGETPATH          APP_RESOURCE_DIR
    61 LANGUAGE_IDS
    59 LANGUAGE_IDS
    91 LIBRARY             edbms.lib                       // DBMS Database (for log)
    89 LIBRARY             edbms.lib                       // DBMS Database (for log)
    92 LIBRARY             platformenv.lib                 // DriveInfo
    90 LIBRARY             platformenv.lib                 // DriveInfo
    93 LIBRARY             appmngr2pluginapi.lib           // AppMngr2 Runtime API
    91 LIBRARY             appmngr2pluginapi.lib           // AppMngr2 Runtime API
    94 LIBRARY             ecom.lib                        // ECom
    92 LIBRARY             ecom.lib                        // ECom
    95 LIBRARY             caf.lib                         // Content Access Framework
    93 LIBRARY             caf.lib                         // Content Access Framework
    96 LIBRARY             aknnotify.lib					// GlobalNote
       
    97 
    94 
    98 DEBUGLIBRARY        flogger.lib                     // RFileLogger
    95 DEBUGLIBRARY        flogger.lib                     // RFileLogger
    99 
    96 
   100 SMPSAFE
    97 SMPSAFE
   101 
    98