voipplugins/voipadapters/voipxmlprovisioning/provisioningappui/group/VoIPProvisioningApp.mmp
changeset 2 7b872347d83b
child 10 ed1e38b404e5
equal deleted inserted replaced
1:bfb1de3eac8e 2:7b872347d83b
       
     1 /*
       
     2 * Copyright (c) 2009-2010 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:  Project description file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 
       
    23 ALWAYS_BUILD_AS_ARM
       
    24 
       
    25 TARGET         voipprovisioningapp.exe
       
    26 TARGETTYPE     exe
       
    27 UID            0x0 0x20026FE3
       
    28 TARGETPATH     PROGRAMS_DIR
       
    29 
       
    30 VENDORID       VID_DEFAULT
       
    31 CAPABILITY     CAP_APPLICATION PowerMgmt AllFiles -DRM
       
    32 
       
    33 SOURCEPATH     ../Src
       
    34 SOURCE         VoIPProvisioningApp.cpp 
       
    35 SOURCE         VoIPProvisioningAppUi.cpp
       
    36 SOURCE         VoIPProvisioningDocument.cpp
       
    37 
       
    38 START RESOURCE ../Data/VoIPProvisioningApp.rss
       
    39 HEADER
       
    40 TARGETPATH APP_RESOURCE_DIR
       
    41 LANGUAGE_IDS 
       
    42 END // RESOURCE
       
    43 
       
    44 START RESOURCE ../Data/VoIPProvisioningApp_reg.rss
       
    45 HEADER
       
    46 TARGETPATH     /private/10003a3f/apps
       
    47 END
       
    48 
       
    49 USERINCLUDE    . 
       
    50 USERINCLUDE    ../inc
       
    51 USERINCLUDE    ../../voipxmlprocessor/inc
       
    52 
       
    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        eiksrv.lib
       
    61 LIBRARY	       ws32.lib
       
    62 LIBRARY        apgrfx.lib
       
    63 LIBRARY        efsrv.lib 
       
    64 LIBRARY        bafl.lib
       
    65 LIBRARY	       voipxmlprocessor.lib
       
    66 LIBRARY        CommonEngine.lib // For StringLoader.
       
    67 LIBRARY        ecom.lib // For REComSession.
       
    68 LIBRARY        flogger.lib
       
    69 LIBRARY        xspviewservices.lib // For launching service tab.
       
    70 LIBRARY        DownloadMgr.lib
       
    71 LIBRARY        PlatformEnv.lib
       
    72 LIBRARY        ezip.lib
       
    73 
       
    74 //  End of File
       
    75