gssettingsuis/Gs/GSApplication/GSApplication.mmp
changeset 31 2c9d3aa5bea2
parent 0 8c5d936e5675
equal deleted inserted replaced
2:051d34a3f367 31:2c9d3aa5bea2
    14 * Description: 
    14 * Description: 
    15 *        This is project specification file for General Settings. 
    15 *        This is project specification file for General Settings. 
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 #include "../Logger/GsLoggingConfiguration.h"
       
    20 #include <data_caging_paths.hrh>
    19 #include <data_caging_paths.hrh>
    21 
    20 
    22 #include <platform_paths.hrh>
    21 #include <platform_paths.hrh>
    23 
    22 
    24 // Default system include paths for middleware layer modules.
    23 // Default system include paths for middleware layer modules.
    25 APP_LAYER_SYSTEMINCLUDE
    24 MW_LAYER_SYSTEMINCLUDE
    26 
    25 
    27 CAPABILITY      ALL -TCB
       
    28 VENDORID        VID_DEFAULT
       
    29 TARGET          gsapp.exe
       
    30 EPOCSTACKSIZE   0x10000
       
    31 EPOCHEAPSIZE    0x1000  0x1000000
       
    32 TARGETTYPE      exe
       
    33 UID             0x100039CE  0x100058EC
       
    34 
    26 
    35 SYSTEMINCLUDE       /epoc32/include/connect
    27 TARGETTYPE      none
    36 
    28 
    37 // Source files
    29 // Source files
    38 SOURCEPATH      Src
       
    39 SOURCE          GSApp.cpp
       
    40 SOURCE          GSUi.cpp
       
    41 SOURCE          GSMainView.cpp
       
    42 SOURCE          GSMainContainer.cpp
       
    43 SOURCE          GSDocument.cpp
       
    44 
    30 
    45 SOURCEPATH      Data
    31 SOURCEPATH      Data
    46 
    32 
    47 START RESOURCE  GSApp.rss
    33 START RESOURCE  GSApp.rss
    48 HEADER
    34 HEADER
    49 TARGETPATH      APP_RESOURCE_DIR
    35 TARGETPATH      APP_RESOURCE_DIR
    50 LANGUAGE_IDS
    36 LANGUAGE_IDS
    51 END  // GSApp.rss
    37 END  // GSApp.rss
    52 
    38 
    53 START RESOURCE  GSApp_reg.rss
    39 START RESOURCE  SoftReject.rss
    54 DEPENDS gsapp.rsg
    40 HEADER
    55 TARGETPATH      /private/10003a3f/apps
    41 TARGETPATH      RESOURCE_FILES_DIR
    56 LANGUAGE_IDS
    42 LANGUAGE_IDS
    57 END
    43 END
    58 
    44 
    59 // User include paths
    45 // User include paths
    60 USERINCLUDE     Inc
       
    61 USERINCLUDE     loc
    46 USERINCLUDE     loc
    62 USERINCLUDE     ../Logger
       
    63 USERINCLUDE     ../GSFramework/inc
       
    64 
    47 
    65 // Libraries required by framework
    48 
    66 LIBRARY apparc.lib 
       
    67 LIBRARY avkon.lib 
       
    68 LIBRARY bafl.lib 
       
    69 LIBRARY cone.lib 
       
    70 LIBRARY eikcoctl.lib 
       
    71 LIBRARY eikcore.lib 
       
    72 LIBRARY eikctl.lib                  // CEikColumnListBox
       
    73 LIBRARY euser.lib 
       
    74 LIBRARY ecom.lib
       
    75 LIBRARY commonengine.lib            // Shareddata
       
    76 LIBRARY egul.lib                    // CGulIcon
       
    77 LIBRARY ws32.lib
       
    78 LIBRARY apgrfx.lib                  // For RApaLsSession
       
    79 LIBRARY efsrv.lib
       
    80 LIBRARY aknskinsrv.lib              // For enhanced skinning
       
    81 LIBRARY aknskins.lib                // For enhanced skinning
       
    82 LIBRARY featmgr.lib                 // Feature manager 
       
    83 LIBRARY hlplch.lib                  // For "Help" options menu
       
    84 LIBRARY flogger.lib                 // Logging
       
    85 LIBRARY gslistbox.lib
       
    86 LIBRARY charconv.lib                // For CnvUtfConverter used in CGSPluginLoader
       
    87 LIBRARY gsframework.lib
       
    88 LIBRARY fbscli.lib                  // For CFbsBitmap
       
    89 LIBRARY gsecomplugin.lib
       
    90 LIBRARY estor.lib 
       
    91 LIBRARY gfxtrans.lib
       
    92 LIBRARY CdlEngine.lib
       
    93 //End of File
    49 //End of File
    94 
    50