mmshplugins/mmshwpadapterplugin/group/muswpadapter.mmp
changeset 15 ccd8e69b5392
parent 2 b31261fd4e04
child 20 e8be2c2e049d
child 22 496ad160a278
equal deleted inserted replaced
2:b31261fd4e04 15:ccd8e69b5392
     1 /*
       
     2 * Copyright (c) 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 specification
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 #include "../inc/muswpadapteruids.h"
       
    23 
       
    24 
       
    25 TARGET                  muswpadapter.dll
       
    26 TARGETTYPE              PLUGIN
       
    27 UID                     KMUSWPADAPTERDLLUID2 KMUSWPADAPTERDLLUID3
       
    28 VENDORID                VID_DEFAULT
       
    29 CAPABILITY              CAP_ECOM_PLUGIN
       
    30 LANG                    SC
       
    31 
       
    32 
       
    33 SOURCEPATH      ../data
       
    34 
       
    35 //ECOM resource definition
       
    36 START RESOURCE      10282390.rss
       
    37 TARGET              muswpadapter.rsc
       
    38 TARGETPATH          ECOM_RESOURCE_DIR   
       
    39 END //ECOM resource definition
       
    40 
       
    41 //MUS resources
       
    42 START RESOURCE      muswpadapterresource.rss
       
    43 HEADER
       
    44 TARGET              muswpadapterresource.rsc
       
    45 TARGETPATH          RESOURCE_FILES_DIR
       
    46 LANGUAGE_IDS
       
    47 END // MUS resources
       
    48 
       
    49 SOURCEPATH              ../src
       
    50 SOURCE                  muswpadapter.cpp
       
    51 SOURCE                  muswpitem.cpp
       
    52 SOURCE                  muswpadaptergroupproxy.cpp
       
    53 
       
    54 USERINCLUDE             ../inc
       
    55 USERINCLUDE             ../../../inc
       
    56 
       
    57 APP_LAYER_SYSTEMINCLUDE
       
    58 
       
    59 LIBRARY                 euser.lib 
       
    60 LIBRARY                 provisioningengine.lib
       
    61 LIBRARY                 centralrepository.lib
       
    62 LIBRARY                 sipprofilecli.lib
       
    63 LIBRARY                 charconv.lib
       
    64 LIBRARY                 bafl.lib
       
    65 DEBUGLIBRARY            flogger.lib
       
    66 
       
    67 PAGED