voipplugins/accountcreationplugin/engine/group/accountcreationengine.mmp
branchRCL_3
changeset 21 f742655b05bf
parent 20 65a3ef1d5bd0
child 22 d38647835c2e
equal deleted inserted replaced
20:65a3ef1d5bd0 21:f742655b05bf
     1 /*
       
     2 * Copyright (c) 2007-2009 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 file for Account Creation Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 #include "../../inc/accountcreationpluginuids.hrh"
       
    21 
       
    22 TARGET      accountcreationengine.dll
       
    23 CAPABILITY  CAP_GENERAL_DLL
       
    24 TARGETTYPE  dll
       
    25 
       
    26 UID         0x1000006C 0x2000BEF3
       
    27 VENDORID    VID_DEFAULT
       
    28 
       
    29 SOURCEPATH  ../src
       
    30 SOURCE      acpprovider.cpp
       
    31 SOURCE      acpcontroller.cpp
       
    32 SOURCE      acpxmlhandler.cpp
       
    33 SOURCE      acphttphandler.cpp
       
    34 SOURCE      acpbrowserparams.cpp
       
    35 SOURCE      acpimagehandler.cpp
       
    36 
       
    37 USERINCLUDE ../inc
       
    38 
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE   /epoc32/include/ecom
       
    41 
       
    42 LIBRARY     bafl.lib
       
    43 LIBRARY     http.lib
       
    44 LIBRARY     euser.lib
       
    45 LIBRARY     efsrv.lib
       
    46 LIBRARY     xmlframework.lib
       
    47 LIBRARY     inetprotutil.lib
       
    48 LIBRARY     estor.lib
       
    49 LIBRARY     downloadmgruilib.lib
       
    50 LIBRARY     downloadmgr.lib 
       
    51 LIBRARY     commdb.lib 
       
    52 LIBRARY	    etel.lib
       
    53 LIBRARY     etelmm.lib
       
    54 LIBRARY     eikcore.lib
       
    55 LIBRARY     sipprofilecli.lib
       
    56 LIBRARY     apparc.lib
       
    57 LIBRARY     apgrfx.lib 
       
    58 LIBRARY     cone.lib
       
    59 LIBRARY     charconv.lib
       
    60 LIBRARY     centralrepository.lib
       
    61 LIBRARY     imageconversion.lib
       
    62 LIBRARY     fbscli.lib
       
    63 LIBRARY     egul.lib
       
    64 LIBRARY     bitmaptransforms.lib
       
    65 LIBRARY     platformenv.lib
       
    66 LIBRARY     esock.lib
       
    67 LIBRARY     sipclient.lib
       
    68 LIBRARY     xdmsettingsapi.lib
       
    69 LIBRARY     presencesettingsapi.lib 
       
    70 LIBRARY     cryptography.lib
       
    71 LIBRARY     provisioningengine.lib
       
    72 
       
    73 #ifdef __PLUG_AND_PLAY_MOBILE_SERVICES    
       
    74 LIBRARY     pnp.lib
       
    75 #endif
       
    76 LIBRARY     sysversioninfo.lib 
       
    77 // End of file.