browserui/operatormenu/group/OperatorMenu.mmp
changeset 0 84ad3b177aa3
child 5 e45c3f40ea5f
equal deleted inserted replaced
-1:000000000000 0:84ad3b177aa3
       
     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 HEADER
       
    40 TARGETPATH      APP_RESOURCE_DIR
       
    41 LANGUAGE_IDS
       
    42 END
       
    43 
       
    44 START RESOURCE ../data/Operatormenu_reg.rss
       
    45 DEPENDS operatormenu.rsg
       
    46 // Do not change the UID below.
       
    47 TARGETPATH /private/10003a3f/apps
       
    48 END
       
    49 
       
    50 USERINCLUDE . ../inc
       
    51 
       
    52 SYSTEMINCLUDE . 
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 LIBRARY euser.lib 
       
    56 LIBRARY apparc.lib 
       
    57 LIBRARY cone.lib 
       
    58 LIBRARY eikcore.lib 
       
    59 LIBRARY avkon.lib
       
    60 LIBRARY browserlauncher.lib
       
    61 LIBRARY CentralRepository.lib
       
    62 LIBRARY FeatMgr.lib
       
    63 
       
    64 START WINS      
       
    65 // ?wins_specific_information
       
    66 END
       
    67 
       
    68 START MARM
       
    69 // ?marm_specific_information
       
    70 END
       
    71 
       
    72 // DEFFILE ?filename
       
    73