phoneuis/Ussd/group/ussd.mmp
changeset 0 5f000ab63145
child 15 2a26698d78ba
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2002-2008 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 project specification file for the ussd.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 // Capability assignment.
       
    22 CAPABILITY CAP_APPLICATION NetworkControl
       
    23 // Assign Vendor ID.
       
    24 VENDORID VID_DEFAULT
       
    25 
       
    26 TARGET      ussd.exe
       
    27 TARGETTYPE  exe
       
    28 
       
    29 UID  0x100039CE 0x10005955
       
    30 
       
    31 START RESOURCE ../data/ussd.rss
       
    32 TARGETPATH  APP_RESOURCE_DIR
       
    33 HEADER
       
    34 LANGUAGE_IDS
       
    35 END  // RESOURCE
       
    36 
       
    37 SOURCEPATH ../src
       
    38 
       
    39 SOURCE    UssdApp.cpp 
       
    40 SOURCE    UssdAppUi.cpp
       
    41 SOURCE    UssdDocument.cpp
       
    42 SOURCE    UssdContainer.cpp
       
    43 SOURCE    UssdEditorLines.cpp
       
    44 SOURCE    UssdComms.cpp
       
    45 SOURCE    UssdLayout.cpp
       
    46 SOURCE    UssdNaviPane.cpp
       
    47 
       
    48 USERINCLUDE . ../inc
       
    49 
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 SYSTEMINCLUDE ../../../inc
       
    52 
       
    53 LIBRARY    euser.lib 
       
    54 LIBRARY    apparc.lib
       
    55 LIBRARY    cone.lib
       
    56 LIBRARY    eikcore.lib
       
    57 LIBRARY    ws32.lib
       
    58 LIBRARY    eikcoctl.lib
       
    59 LIBRARY    avkon.lib
       
    60 LIBRARY    egul.lib 
       
    61 LIBRARY    phoneclient.lib
       
    62 LIBRARY    hlplch.lib // for "Help" options menu 
       
    63 LIBRARY    FeatMgr.lib
       
    64 LIBRARY    CdlEngine.lib
       
    65 LIBRARY    charconv.lib            // for detecting unicode chars
       
    66 LIBRARY    CommonEngine.lib
       
    67 
       
    68 LIBRARY     AknLayout2Scalable.lib
       
    69 LIBRARY    AknSkins.lib
       
    70 LIBRARY    etext.lib
       
    71 LIBRARY    CentralRepository.lib
       
    72 
       
    73 // ============================================================================
       
    74 // AIF
       
    75 // ============================================================================
       
    76 
       
    77 START RESOURCE ../data/Ussd_reg.rss
       
    78 DEPENDS ussd.rsg
       
    79 // Do not change the UID below.
       
    80 TARGETPATH /private/10003a3f/apps
       
    81 END
       
    82 
       
    83 // AIF
       
    84 
       
    85 // End of file