upnpsharing/upnpsecurity/group/upnpsecurity.mmp
changeset 0 7f85d04be362
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 UpnpSecurity implementation
       
    15 *
       
    16 */
       
    17 
       
    18 #include "../../../group/upnpplatformvar.hrh"
       
    19 #include "upnpsecurityuids.h"
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 // Build target
       
    23 TARGET          upnpsecurity.dll
       
    24 TARGETTYPE      DLL
       
    25 UID             KGenericDllUid2 KUpnpSecurityDllUid3
       
    26 
       
    27 // Platform security
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 // SIS installation + IAD support
       
    32 VERSION 10.1
       
    33 paged
       
    34 
       
    35 // Include paths
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../../../inc
       
    38 USERINCLUDE     ../inc/client
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 // Sources
       
    43 SOURCEPATH      ../src
       
    44 SOURCE          upnpsecaccesscontroller.cpp
       
    45 
       
    46 // General Libraries
       
    47 LIBRARY         euser.lib
       
    48 
       
    49 // S60 UPnP libraries
       
    50 LIBRARY         upnpsecuritymanagerclient.lib
       
    51 LIBRARY         avmediaserverclient.lib 
       
    52 
       
    53 // Logging
       
    54 DEBUGLIBRARY    flogger.lib
       
    55 
       
    56 // End of file