browserui/operatormenu/group/OperatorMenu.mmp
branchRCL_3
changeset 48 8e6fa1719340
equal deleted inserted replaced
47:6385c4c93049 48:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2003 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 the License "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:  Project specification file for OperatorMenu
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform/mw/browser_platform_variant.hrh>
       
    21 
       
    22 TARGET  OperatorMenu.exe
       
    23 TARGETTYPE  exe
       
    24 
       
    25 UID  0x100039CE 0x10008D5E
       
    26 TARGETPATH /system/apps/OperatorMenu
       
    27 
       
    28 epocstacksize 0x5000
       
    29 
       
    30 CAPABILITY	CAP_APPLICATION
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 SOURCEPATH ../src
       
    34 SOURCE  OperatorMenuApp.cpp 
       
    35 SOURCE  OperatorMenuAppUi.cpp
       
    36 SOURCE  OperatorMenuDocument.cpp
       
    37 
       
    38 START RESOURCE ../data/Operatormenu.rss
       
    39 DEPENDS avkon.rsg
       
    40 HEADER
       
    41 TARGETPATH      APP_RESOURCE_DIR
       
    42 #ifdef __S60_32__
       
    43 LANG sc 
       
    44 #else
       
    45 LANGUAGE_IDS 
       
    46 #endif
       
    47 END
       
    48 
       
    49 START RESOURCE ../data/Operatormenu_reg.rss
       
    50 DEPENDS operatormenu.rsg
       
    51 // Do not change the UID below.
       
    52 TARGETPATH /private/10003a3f/apps
       
    53 END
       
    54 
       
    55 USERINCLUDE . ../inc
       
    56 
       
    57 SYSTEMINCLUDE . 
       
    58 APP_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 LIBRARY euser.lib 
       
    61 LIBRARY apparc.lib 
       
    62 LIBRARY cone.lib 
       
    63 LIBRARY eikcore.lib 
       
    64 LIBRARY avkon.lib
       
    65 LIBRARY browserlauncher.lib
       
    66 LIBRARY CentralRepository.lib
       
    67 LIBRARY FeatMgr.lib
       
    68 
       
    69 START WINS      
       
    70 // ?wins_specific_information
       
    71 END
       
    72 
       
    73 START MARM
       
    74 // ?marm_specific_information
       
    75 END
       
    76 
       
    77 // DEFFILE ?filename
       
    78