homesync/contentmanager/mediaservant/plugin/group/mediaservantplugin.mmp
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     1 /*
       
     2 * Copyright (c) 2008 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
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET         mediaservantplugin.dll
       
    21 
       
    22 CAPABILITY CAP_ECOM_PLUGIN
       
    23 
       
    24 TARGETTYPE     PLUGIN
       
    25 
       
    26 UID            0x10009D8D 0x1028290E
       
    27 VENDORID       VID_DEFAULT
       
    28 
       
    29 SECUREID       0x1028290E
       
    30 
       
    31 
       
    32 
       
    33 SOURCEPATH      ../../src
       
    34 SOURCE          mspropertywatcher.cpp
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          mediaservantplugin.cpp
       
    37 SOURCE          proxy.cpp
       
    38 
       
    39 USERINCLUDE     ../inc
       
    40 USERINCLUDE     ../../inc                   // for propertywathcer.h
       
    41 
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 USERINCLUDE     ../../../../../inc
       
    44 
       
    45 START RESOURCE  ../data/200075DD.rss
       
    46 TARGET          mediaservantplugin.rsc
       
    47 TARGETPATH      resource/plugins
       
    48 END
       
    49 
       
    50 
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         ecom.lib
       
    54 LIBRARY         fbscli.lib
       
    55 LIBRARY         AKNSKINS.lib
       
    56 LIBRARY         aknskinsrv.lib
       
    57 LIBRARY         egul.lib
       
    58 LIBRARY         msengine.lib
       
    59 LIBRARY         CommonEngine.lib     // stringloader
       
    60 LIBRARY         eikcore.lib          // CoeEnv
       
    61 LIBRARY         bafl.lib
       
    62 LIBRARY         apgrfx.lib           // apasession
       
    63 LIBRARY         apparc.lib           // appinfo
       
    64 LIBRARY         cone.lib
       
    65 LIBRARY         avkon.lib
       
    66 LIBRARY         PlatformEnv.lib      // pathinfo
       
    67 
       
    68 
       
    69 DEBUGLIBRARY    flogger.lib
       
    70