omacpadapters/MbxNbrAdapter/Group/MbxNbrAdapter.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 mailbox number settings adapter.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 TARGET          wpmbxnbradapter.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D 0x10207281
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 
       
    30 SOURCEPATH      ../Src
       
    31 SOURCE          MbxNbrAdapter.cpp
       
    32 SOURCE          MbxNbrAdapterGroupProxy.cpp
       
    33 
       
    34 SOURCEPATH      ../Data
       
    35 
       
    36 START RESOURCE 10207281.rss
       
    37 TARGET wpmbxnbradapter.rsc
       
    38 END
       
    39 
       
    40 START RESOURCE WPMbxNbrAdapterResource.rss
       
    41 HEADER
       
    42 TARGET wpmbxnbradapterresource.rsc
       
    43 TARGETPATH RESOURCE_FILES_DIR
       
    44 LANGUAGE_IDS
       
    45 END
       
    46 
       
    47 USERINCLUDE     .
       
    48 USERINCLUDE     ../Inc
       
    49 USERINCLUDE     ../../bld
       
    50 
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    53 
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         provisioningengine.lib
       
    56 LIBRARY         commonengine.lib
       
    57 LIBRARY       vmbxengine
       
    58 LIBRARY 				centralrepository.lib
       
    59 DEBUGLIBRARY    flogger.lib
       
    60 
       
    61 
       
    62 SMPSAFE
       
    63 //end of file
       
    64