omaprovisioning/provisioning/WAPAdapter/Group/WPWAPAdapter.mmp
branchRCL_3
changeset 26 19bba8228ff0
parent 0 b497e44ab2fc
child 27 5cc2995847ea
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
       
     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 "../../Group/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          CWPWAPBrowserAdapter.cpp
       
    36 SOURCE          CWPWAPMMSItem.cpp 
       
    37 SOURCE          CWPWAPBrowserItem.cpp
       
    38 SOURCE          CWPWAPBookmarkItem.cpp
       
    39 SOURCE          CWPWAPItemBAse.cpp
       
    40 SOURCE          WPWAPUtil.cpp
       
    41 SOURCE          WPWAPItemFactory.cpp
       
    42 SOURCE          WPWAPAdapterGroupProxy.cpp
       
    43 SOURCE          WPWAPAdapterMain.cpp
       
    44 
       
    45 SOURCEPATH      ../Data
       
    46 START RESOURCE 101F84DC.rss
       
    47 TARGET wpwapadapter.rsc
       
    48 END
       
    49 
       
    50 START RESOURCE WPWAPAdapterResource.rss
       
    51 HEADER
       
    52 TARGET wpwapadapterresource.rsc
       
    53 TARGETPATH RESOURCE_FILES_DIR
       
    54 LANGUAGE_IDS
       
    55 END
       
    56 
       
    57 USERINCLUDE     ../Inc ../Group ../../Group
       
    58 
       
    59 APP_LAYER_SYSTEMINCLUDE
       
    60 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    61 
       
    62 LIBRARY         euser.lib 
       
    63 LIBRARY         provisioningengine.lib
       
    64 LIBRARY         msgs.lib
       
    65 LIBRARY         apengine.lib
       
    66 LIBRARY         commdb.lib
       
    67 LIBRARY         commonengine.lib
       
    68 LIBRARY         favouritesengine.lib
       
    69 LIBRARY         centralrepository.lib
       
    70 
       
    71 DEBUGLIBRARY    flogger.lib
       
    72 
       
    73 #ifdef __MESSAGING_API_V2__
       
    74 LIBRARY         mmsserversettings.lib
       
    75 #endif
       
    76 SMPSAFE