omacpadapters/WAPAdapter/Group/WPWAPAdapter.mmp
changeset 47 d316aecb87fd
child 56 a9afc3a8dbfa
equal deleted inserted replaced
46:b9b00b134b0d 47:d316aecb87fd
       
     1 /*
       
     2 * Copyright (c) 2002-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 the WPWAPAdapter.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../../bld/ProvisioningUIDs.h"
       
    22 #include "../Inc/WPWAPDebug.h"
       
    23 
       
    24 TARGET          wpwapadapter.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             KProvisioningWAPAdapterDllUid2 KProvisioningWAPAdapterDllUid3
       
    27 
       
    28 
       
    29 VENDORID        VID_DEFAULT
       
    30 CAPABILITY      CAP_ECOM_PLUGIN
       
    31 
       
    32 SOURCEPATH      ../Src
       
    33 SOURCE          CWPWAPAdapterBase.cpp
       
    34 SOURCE          CWPWAPMMSAdapter.cpp 
       
    35 SOURCE          CWPWAPMMSItem.cpp 
       
    36 SOURCE          CWPWAPBookmarkItem.cpp
       
    37 SOURCE          CWPWAPItemBAse.cpp
       
    38 SOURCE          WPWAPUtil.cpp
       
    39 SOURCE          WPWAPItemFactory.cpp
       
    40 SOURCE          WPWAPAdapterGroupProxy.cpp
       
    41 SOURCE          WPWAPAdapterMain.cpp
       
    42 
       
    43 SOURCEPATH      ../Data
       
    44 START RESOURCE 101F84DC.rss
       
    45 TARGET wpwapadapter.rsc
       
    46 END
       
    47 
       
    48 START RESOURCE WPWAPAdapterResource.rss
       
    49 HEADER
       
    50 TARGET wpwapadapterresource.rsc
       
    51 TARGETPATH RESOURCE_FILES_DIR
       
    52 LANGUAGE_IDS
       
    53 END
       
    54 
       
    55 USERINCLUDE     ../Inc ../Group ../../bld
       
    56 
       
    57 APP_LAYER_SYSTEMINCLUDE
       
    58 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    59 
       
    60 LIBRARY         euser.lib 
       
    61 LIBRARY         provisioningengine.lib
       
    62 LIBRARY         msgs.lib
       
    63 LIBRARY         cmmanager.lib
       
    64 LIBRARY         commdb.lib
       
    65 LIBRARY         commonengine.lib
       
    66 LIBRARY         centralrepository.lib
       
    67 
       
    68 DEBUGLIBRARY    flogger.lib
       
    69 
       
    70 #ifdef __MESSAGING_API_V2__
       
    71 LIBRARY         mmsserversettings.lib
       
    72 #endif
       
    73 SMPSAFE