pnpmobileservices/pnpms/group/Pnpprovisioning.mmp
changeset 0 3ce708148e4d
child 2 a5fecba4b1e4
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2004-2006 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 definition file for project PnpProvisioning
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 #include <data_caging_paths.hrh>
       
    23 
       
    24 
       
    25 TARGET          pnpprovisioning.exe
       
    26 TARGETTYPE      exe
       
    27 EPOCSTACKSIZE	0x5000 //define our own stack as this is no longer provided by apprun
       
    28 UID             0x100039CE 0x10204339 
       
    29 
       
    30 
       
    31 VENDORID        VID_DEFAULT
       
    32 CAPABILITY      CAP_APPLICATION NetworkControl // NetworkControl needed when closing connections
       
    33 
       
    34 SOURCEPATH      ../PnP/PnpProvisioningAppSrc
       
    35 SOURCE          PnpProvisioningApp.cpp 
       
    36 SOURCE          PnpProvisioningAppUi.cpp
       
    37 SOURCE          PnpProvisioningDocument.cpp
       
    38 SOURCE          PnpProvisioningSaver.cpp
       
    39 SOURCE          cwaitdialogmonitor.cpp
       
    40 SOURCE		PnpServiceActivation.cpp
       
    41 
       
    42 
       
    43 
       
    44 
       
    45 START RESOURCE ../PnpProvisioningAppData/PnpProvisioning.rss
       
    46 HEADER
       
    47 TARGETPATH APP_RESOURCE_DIR
       
    48 LANGUAGE_IDS
       
    49 END // RESOURCE
       
    50 
       
    51 
       
    52 START RESOURCE  ../PnpProvisioningAppAif/PnpProvisioning_reg.rss
       
    53 DEPENDS pnpprovisioning.rsg
       
    54 // Do not change the UID below.
       
    55 TARGETPATH      /private/10003a3f/apps
       
    56 LANGUAGE_IDS
       
    57 END
       
    58 	
       
    59 
       
    60 USERINCLUDE     . 
       
    61 USERINCLUDE     ../PnP/PnpProvisioningAppInc 
       
    62 USERINCLUDE     ../PnP/NHwrParser
       
    63 
       
    64 // Default system include paths for application layer modules.
       
    65 APP_LAYER_SYSTEMINCLUDE
       
    66 
       
    67 
       
    68 LIBRARY         euser.lib ws32.lib
       
    69 LIBRARY         apparc.lib
       
    70 LIBRARY         cone.lib
       
    71 LIBRARY         eikcore.lib
       
    72 LIBRARY         avkon.lib
       
    73 LIBRARY	        aknnotify.lib
       
    74 LIBRARY         favouritesengine.lib
       
    75 LIBRARY         aknskins.lib
       
    76 LIBRARY         commonengine.lib
       
    77 LIBRARY         apengine.lib provisioningengine.lib eikctl.lib
       
    78 LIBRARY         efsrv.lib hash.lib apgrfx.lib
       
    79 LIBRARY         commdb.lib		// for commdb
       
    80 LIBRARY         nhwrparser.lib charconv.lib
       
    81 LIBRARY         connmon.lib pnp.lib
       
    82 DEBUGLIBRARY    flogger.lib
       
    83 
       
    84 SMPSAFE