upnpsharing/upnpsecurity/group/upnpsecuritymanagerplugin.mmp
changeset 0 7f85d04be362
child 38 5360b7ddc251
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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 UpnpSecurityManager implement.
       
    15 *
       
    16 */
       
    17 
       
    18 #include "upnpsecurityuids.h"
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 
       
    23 
       
    24 // Build target
       
    25 TARGET          upnpsecuritymanagerplugin.dll
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 TARGETTYPE      PLUGIN
       
    29 UID             KGenericPluginUid2 KUpnpSecurityManagerPluginDllUid
       
    30 
       
    31 // SIS installation + IAD support
       
    32 VERSION 10.1
       
    33 paged
       
    34 
       
    35 START RESOURCE  ../data/101F977E.rss
       
    36 TARGET          upnpsecuritymanagerplugin.rsc
       
    37 TARGETPATH      resource/plugins
       
    38 END
       
    39 
       
    40 // Include paths
       
    41 USERINCLUDE     .
       
    42 USERINCLUDE     ../inc
       
    43 USERINCLUDE     ../../../inc
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 // Sources
       
    48 SOURCEPATH      ../src
       
    49 SOURCE          upnpsecuritymanagerplugin.cpp
       
    50 SOURCE          upnpsecuritymanagerpluginproxy.cpp
       
    51 
       
    52 // Libraries
       
    53 LIBRARY         euser.lib
       
    54 
       
    55 // Upnp stack
       
    56 LIBRARY         upnpserviceframework.lib
       
    57 LIBRARY         upnpipserversutils.lib
       
    58 LIBRARY         avmediaserverclient.lib
       
    59 
       
    60 // Upnp security
       
    61 LIBRARY         upnpsecurity.lib
       
    62 
       
    63 // Logging
       
    64 DEBUGLIBRARY    flogger.lib
       
    65 
       
    66 // End of file