nettools/conntest/group/ConnTest.mmp
changeset 0 857a3e953887
child 15 5296bfa7b0a7
equal deleted inserted replaced
-1:000000000000 0:857a3e953887
       
     1 /*
       
     2 * Copyright (c) 2006-2009 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: This is the project specification file for ConnTest.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 TARGET  ConnTest.exe
       
    22 TARGETTYPE  exe
       
    23 EPOCSTACKSIZE 0x10000
       
    24 EPOCHEAPSIZE 0x2000 0x200000
       
    25 
       
    26 
       
    27 UID  0x100039CE 0x101F6D2B 
       
    28 
       
    29 //TARGETPATH /system/apps/ConnTest
       
    30 
       
    31 VENDORID    VID_DEFAULT
       
    32 CAPABILITY  LocalServices  NetworkServices  ReadUserData  UserEnvironment  WriteUserData  PowerMgmt  ProtServ  ReadDeviceData  TrustedUI  WriteDeviceData  NetworkControl  CommDD  AllFiles
       
    33 
       
    34 LANG              SC
       
    35 
       
    36 SOURCEPATH        ../src
       
    37 SOURCE            ConnTestApp.cpp 
       
    38 SOURCE            ConnTestAppUi.cpp
       
    39 SOURCE            ConnTestDocument.cpp
       
    40 SOURCE            ConnTestContainer.cpp
       
    41 SOURCE            ConnTestView.cpp
       
    42 SOURCE            SettingItemList.cpp
       
    43 SOURCE            SettingData.cpp
       
    44 SOURCE            CustomPrefsItemList.cpp
       
    45 SOURCE            CustomPrefsData.cpp
       
    46 SOURCE            Utils.cpp
       
    47 
       
    48 SOURCEPATH        ../Engine
       
    49 SOURCE            SocketsEngine.cpp
       
    50 SOURCE            SocketsWrite.cpp
       
    51 SOURCE            SocketsRead.cpp
       
    52 SOURCE            ProgressNotifier.cpp
       
    53 SOURCE            TimeOutTimer.cpp
       
    54 SOURCE            SendTimer.cpp
       
    55 SOURCE            HttpHandler.cpp
       
    56 SOURCE            ipdumpengine.cpp
       
    57 SOURCE            alractiveobject.cpp
       
    58 
       
    59 START RESOURCE ../data/ConnTest.rss
       
    60 HEADER
       
    61 TARGETPATH APP_RESOURCE_DIR
       
    62 LANG     SC
       
    63 END
       
    64 
       
    65 
       
    66 START RESOURCE ../data/ConnTest_reg.rss
       
    67 DEPENDS conntest.rsg
       
    68 // Do not change the UID below.
       
    69 TARGETPATH /private/10003a3f/apps
       
    70 END
       
    71 
       
    72 USERINCLUDE . ../inc
       
    73 
       
    74 APP_LAYER_SYSTEMINCLUDE
       
    75 
       
    76 LIBRARY           apparc.lib
       
    77 LIBRARY           apgrfx.lib
       
    78 LIBRARY           avkon.lib
       
    79 LIBRARY           AknSkins.lib
       
    80 LIBRARY           aknnotify.lib
       
    81 LIBRARY           bafl.lib 
       
    82 LIBRARY           commdb.lib
       
    83 LIBRARY           cone.lib
       
    84 LIBRARY           ecom.lib
       
    85 LIBRARY           efsrv.lib
       
    86 LIBRARY           eikcoctl.lib
       
    87 LIBRARY           eikcore.lib
       
    88 LIBRARY           eikctl.lib
       
    89 LIBRARY           egul.lib
       
    90 LIBRARY           estor.lib
       
    91 LIBRARY           etext.lib
       
    92 LIBRARY           euser.lib 
       
    93 LIBRARY           gdi.lib
       
    94 LIBRARY           http.lib
       
    95 LIBRARY           inetprotutil.lib
       
    96 LIBRARY           insock.lib
       
    97 LIBRARY           esock.lib
       
    98 LIBRARY           ws32.lib
       
    99 LIBRARY           sendui.lib 
       
   100 LIBRARY           cmmanager.lib
       
   101 LIBRARY           netmeta.lib
       
   102 LIBRARY           extendedconnpref.lib
       
   103 LIBRARY           esock_api_ext.lib
       
   104 
       
   105 // For performance marks
       
   106 LIBRARY 		hal.lib
       
   107 
       
   108 
       
   109 START WINS      
       
   110 // ?wins_specific_information
       
   111 END
       
   112 
       
   113 START MARM
       
   114 // ?marm_specific_information
       
   115 END
       
   116 
       
   117 // Other possible keywords:
       
   118 /* 
       
   119 START BITMAP ?target
       
   120 TARGETPATH   ?emulated_path_on_target_machine
       
   121 HEADER
       
   122 SOURCEPATH   ?source_path
       
   123 SOURCE       ?color_depth ?source_bitmap_list
       
   124 END
       
   125 */
       
   126 // DEFFILE ?filename
       
   127 
       
   128 //AIF ConnTest.aif ../aif ConnTestaif.rss c8 context_pane_icon.bmp context_pane_icon_mask.bmp list_icon.bmp list_icon_mask.bmp
       
   129