appinstaller/AppMngr2/group/appmngr2.mmp
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2003-2010 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)
    23 EPOCSTACKSIZE       0x5000
    24 EPOCSTACKSIZE       0x5000
    24 TARGETTYPE          exe
    25 TARGETTYPE          exe
    25 UID                 0x100039CE 0x101F8512
    26 UID                 0x100039CE 0x101F8512
    26 
    27 
    27 CAPABILITY          CAP_APPLICATION AllFiles ProtServ TrustedUI
    28 CAPABILITY          CAP_APPLICATION AllFiles ProtServ TrustedUI
    50 SOURCE              appmngr2packageinfomaker.cpp
    51 SOURCE              appmngr2packageinfomaker.cpp
    51 SOURCE              appmngr2log.cpp
    52 SOURCE              appmngr2log.cpp
    52 SOURCE              appmngr2logpopuplist.cpp
    53 SOURCE              appmngr2logpopuplist.cpp
    53 SOURCE              appmngr2logdatabase.cpp
    54 SOURCE              appmngr2logdatabase.cpp
    54 SOURCE              appmngr2logdatabaseentry.cpp
    55 SOURCE              appmngr2logdatabaseentry.cpp
       
    56 SOURCE              appmngr2exittimer.cpp
    55 
    57 
    56 START RESOURCE      ../data/appmngr2.rss
    58 START RESOURCE      ../data/appmngr2.rss
    57 HEADER
    59 HEADER
    58 TARGETPATH          APP_RESOURCE_DIR
    60 TARGETPATH          APP_RESOURCE_DIR
    59 LANGUAGE_IDS
    61 LANGUAGE_IDS
    89 LIBRARY             edbms.lib                       // DBMS Database (for log)
    91 LIBRARY             edbms.lib                       // DBMS Database (for log)
    90 LIBRARY             platformenv.lib                 // DriveInfo
    92 LIBRARY             platformenv.lib                 // DriveInfo
    91 LIBRARY             appmngr2pluginapi.lib           // AppMngr2 Runtime API
    93 LIBRARY             appmngr2pluginapi.lib           // AppMngr2 Runtime API
    92 LIBRARY             ecom.lib                        // ECom
    94 LIBRARY             ecom.lib                        // ECom
    93 LIBRARY             caf.lib                         // Content Access Framework
    95 LIBRARY             caf.lib                         // Content Access Framework
       
    96 LIBRARY             aknnotify.lib					// GlobalNote
    94 
    97 
    95 DEBUGLIBRARY        flogger.lib                     // RFileLogger
    98 DEBUGLIBRARY        flogger.lib                     // RFileLogger
    96 
    99 
    97 SMPSAFE
   100 SMPSAFE
    98 
   101