mmshplugins/mmshaiwplugin/group/musaiwprovider.mmp
changeset 22 496ad160a278
parent 0 f0cf47e981f9
child 21 ce86b6d44a6d
equal deleted inserted replaced
15:ccd8e69b5392 22:496ad160a278
       
     1 /*
       
     2 * Copyright (c) 2005-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:  Subsystem's project specification.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../../../inc/musuid.hrh"
       
    22 
       
    23 TARGET                  musaiwprovider.dll
       
    24 TARGETTYPE              PLUGIN
       
    25 UID                     0x10009D8D KMusAiwProviderUid
       
    26 VENDORID                VID_DEFAULT
       
    27 CAPABILITY              CAP_ECOM_PLUGIN
       
    28 
       
    29 SOURCEPATH              ../data
       
    30 
       
    31 START RESOURCE          10282389.rss
       
    32 TARGET                  musaiwprovider.rsc
       
    33 END
       
    34 
       
    35 // Published to /resource
       
    36 START RESOURCE          musaiwprovider.rss
       
    37 HEADER
       
    38 TARGET                  musaiwproviderui.rsc
       
    39 TARGETPATH              RESOURCE_FILES_DIR
       
    40 LANGUAGE_IDS
       
    41 END
       
    42 
       
    43 
       
    44 SOURCEPATH              ../src
       
    45 SOURCE                  musaiwprovider.cpp
       
    46 SOURCE                  musaiwprovidermain.cpp
       
    47 
       
    48 USERINCLUDE             ../inc
       
    49 USERINCLUDE             ../../../inc
       
    50 
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 // MultimediaSharing libraries
       
    54 LIBRARY                 musmanagerclient.lib
       
    55 LIBRARY                 musindicator.lib
       
    56 
       
    57 // SymbianOS/Series60 libraries
       
    58 LIBRARY                 aknnotify.lib 
       
    59 LIBRARY                 eiksrv.lib 
       
    60 LIBRARY                 euser.lib
       
    61 LIBRARY                 apgrfx.lib         // Application Architecture
       
    62 LIBRARY                 apparc.lib
       
    63 LIBRARY                 bafl.lib           // Basic Application Framework Library
       
    64 LIBRARY                 cone.lib
       
    65 LIBRARY                 ecom.lib
       
    66 LIBRARY                 efsrv.lib
       
    67 LIBRARY                 servicehandler.lib // AIW Consumer API
       
    68 LIBRARY                 commonengine.lib
       
    69 LIBRARY                 charconv.lib
       
    70 LIBRARY                 ws32.lib
       
    71 LIBRARY                 featmgr.lib        // Feature Manager
       
    72 LIBRARY                 centralrepository.lib
       
    73 DEBUGLIBRARY            flogger.lib        // file logger
       
    74 
       
    75 PAGED