gssettingsuis/Gs/GSApplication/GSApplication.mmp
changeset 0 8c5d936e5675
equal deleted inserted replaced
-1:000000000000 0:8c5d936e5675
       
     1 /*
       
     2 * Copyright (c) 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 *        This is project specification file for General Settings. 
       
    16 *
       
    17 */
       
    18 
       
    19 #include "../Logger/GsLoggingConfiguration.h"
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 // Default system include paths for middleware layer modules.
       
    25 APP_LAYER_SYSTEMINCLUDE
       
    26 
       
    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 
       
    35 SYSTEMINCLUDE       /epoc32/include/connect
       
    36 
       
    37 // 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 
       
    45 SOURCEPATH      Data
       
    46 
       
    47 START RESOURCE  GSApp.rss
       
    48 HEADER
       
    49 TARGETPATH      APP_RESOURCE_DIR
       
    50 LANGUAGE_IDS
       
    51 END  // GSApp.rss
       
    52 
       
    53 START RESOURCE  GSApp_reg.rss
       
    54 DEPENDS gsapp.rsg
       
    55 TARGETPATH      /private/10003a3f/apps
       
    56 LANGUAGE_IDS
       
    57 END
       
    58 
       
    59 // User include paths
       
    60 USERINCLUDE     Inc
       
    61 USERINCLUDE     loc
       
    62 USERINCLUDE     ../Logger
       
    63 USERINCLUDE     ../GSFramework/inc
       
    64 
       
    65 // Libraries required by framework
       
    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
       
    94