creator/group/creator.mmp
branchRCL_3
changeset 22 fad26422216a
parent 0 d6fe6244b863
equal deleted inserted replaced
21:b3cee849fa46 22:fad26422216a
       
     1 /*
       
     2 * Copyright (c) 2008 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 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET            creator.exe
       
    24 TARGETTYPE        exe
       
    25 EPOCSTACKSIZE     0x5000
       
    26 EPOCHEAPSIZE      0x10000 0x2000000  // Min 64Kb, Max 32Mb
       
    27 
       
    28 UID 0x100039CE    0x20011383
       
    29 
       
    30 VENDORID          VID_DEFAULT
       
    31 CAPABILITY        CAP_APPLICATION AllFiles
       
    32 
       
    33 SMPSAFE
       
    34 
       
    35 LANG              SC
       
    36 
       
    37 
       
    38 START RESOURCE    ../data/creator.rss
       
    39 HEADER
       
    40 TARGETPATH        APP_RESOURCE_DIR
       
    41 END
       
    42 
       
    43 START RESOURCE    ../data/creator_reg.rss
       
    44 DEPENDS           creator.rsg
       
    45 TARGETPATH        /private/10003a3f/apps
       
    46 END
       
    47 
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 USERINCLUDE       ../inc
       
    50 SOURCEPATH        ../src
       
    51 
       
    52 
       
    53 SOURCE            creator.cpp
       
    54 SOURCE            creator_app.cpp 
       
    55 SOURCE            creator_document.cpp
       
    56 SOURCE            creator_appui.cpp
       
    57 SOURCE            creator_container.cpp
       
    58 SOURCE            creator_model.cpp
       
    59 SOURCE            creator_factory.cpp 
       
    60 SOURCE            creator_scriptentry.cpp
       
    61 SOURCE            creator_scriptparser.cpp 
       
    62 SOURCE            creator_scriptelementfactory.cpp 
       
    63 SOURCE 		      creator_scriptelement.cpp
       
    64 SOURCE            creator_calendar.cpp  
       
    65 SOURCE            creator_calendarelement.cpp 
       
    66 SOURCE            creator_message.cpp 
       
    67 SOURCE            creator_messageelement.cpp 
       
    68 SOURCE            creator_note.cpp
       
    69 SOURCE            creator_noteelement.cpp 
       
    70 SOURCE            creator_log.cpp
       
    71 SOURCE 			  creator_logelement.cpp 
       
    72 SOURCE            creator_file.cpp
       
    73 SOURCE 			  creator_fileelement.cpp 
       
    74 SOURCE            creator_browser.cpp 
       
    75 SOURCE 			  creator_browserelement.cpp 
       
    76 SOURCE            creator_imps.cpp
       
    77 SOURCE		      creator_impselement.cpp 
       
    78 SOURCE            creator_mailbox.cpp
       
    79 SOURCE 			  creator_mailboxelement.cpp 
       
    80 SOURCE			  creator_landmark.cpp 
       
    81 SOURCE 			  creator_landmarkelement.cpp 
       
    82 SOURCE 			  creator_phonebookbase.cpp 
       
    83 SOURCE 			  creator_contactelement.cpp 
       
    84 SOURCE            creator_contactsetcache.cpp 
       
    85 SOURCE			  creator_connectionmethodelement.cpp
       
    86 SOURCE			  creator_randomdataparser.cpp
       
    87 
       
    88 #if defined (__SERIES60_30__) || defined(__SERIES60_31__)
       
    89   SOURCE			  creator_phonebook.cpp
       
    90   SOURCE			  creator_accesspoint.cpp 
       
    91 #else
       
    92   SOURCE			  creator_virtualphonebook.cpp
       
    93   SOURCE			  creator_connectionmethod.cpp
       
    94 #endif  
       
    95 
       
    96 
       
    97 LIBRARY euser.lib
       
    98 LIBRARY apparc.lib
       
    99 LIBRARY cone.lib 
       
   100 LIBRARY eikcore.lib  
       
   101 LIBRARY avkon.lib 
       
   102 LIBRARY aknnotify.lib
       
   103 LIBRARY estor.lib
       
   104 LIBRARY cntmodel.lib	
       
   105 LIBRARY favouritesengine.lib
       
   106 LIBRARY msgs.lib
       
   107 LIBRARY logwrap.lib
       
   108 LIBRARY logcli.lib
       
   109 LIBRARY efsrv.lib
       
   110 LIBRARY gsmu.lib
       
   111 LIBRARY imcm.lib
       
   112 LIBRARY npdlib.lib
       
   113 LIBRARY bafl.lib 
       
   114 LIBRARY eikcoctl.lib 
       
   115 LIBRARY eikctl.lib
       
   116 LIBRARY commdb.lib
       
   117 LIBRARY muiu.lib
       
   118 LIBRARY etext.lib 
       
   119 LIBRARY commonengine.lib 
       
   120 LIBRARY commonui.lib 
       
   121 LIBRARY platformenv.lib 
       
   122 LIBRARY apgrfx.lib
       
   123 LIBRARY apmime.lib
       
   124 LIBRARY obexmtmutil.lib
       
   125 LIBRARY smcm.lib
       
   126 LIBRARY aknskins.lib
       
   127 LIBRARY aknskinsrv.lib 
       
   128 LIBRARY flogger.lib
       
   129 LIBRARY etel.lib
       
   130 LIBRARY etelmm.lib
       
   131 LIBRARY xmlframework.lib
       
   132 LIBRARY charconv.lib 
       
   133 LIBRARY senutils.lib
       
   134 LIBRARY calinterimapi.lib
       
   135 LIBRARY eposlandmarks.lib
       
   136 LIBRARY lbs.lib
       
   137 LIBRARY ecom.lib
       
   138 LIBRARY caf.lib
       
   139 LIBRARY cafutils.lib 
       
   140 LIBRARY drmrights.lib
       
   141 LIBRARY edbms.lib
       
   142 LIBRARY imageconversion.lib
       
   143 LIBRARY fbscli.lib
       
   144 LIBRARY bitmaptransforms.lib
       
   145 
       
   146 #if defined (__SERIES60_30__) || defined(__SERIES60_31__)
       
   147   LIBRARY apengine.lib
       
   148   LIBRARY pbkeng.lib
       
   149 #else
       
   150   LIBRARY cmmanager.lib
       
   151   LIBRARY cmmanagerdatabase.lib
       
   152   LIBRARY vpbkeng.lib
       
   153   LIBRARY pbk2presentation.lib		
       
   154 #endif
       
   155 
       
   156 #ifdef __PRESENCE
       
   157   LIBRARY wvsapsettingsstore.lib
       
   158 #endif