upnpmediaserver/mediaserverclient/group/mediaserverclient.mmp
author Sampo Huttunen <sampo.huttunen@nokia.com>
Wed, 24 Nov 2010 09:39:46 +0200
branchIOP_Improvements
changeset 45 a6c41ca11adf
parent 43 9b689d9d3a1c
permissions -rw-r--r--
Updated the SIS package, there was some BC issue with the earlier version. Also updated the platform UID to S^3 version.

/** @file
* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies  this distribution, and is available 
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  ?Description
*
*/
#include <platform_paths.hrh>
   

TARGETTYPE      DLL

TARGET          avmediaserverclient.dll
UID             0x1000008D 0x101F977D


VERSION 10.1
paged

CAPABILITY      CAP_GENERAL_DLL
VENDORID        VID_DEFAULT

SOURCEPATH      ../src
SOURCE          upnpmediaserverclient.cpp
SOURCE          upnpmediaserversettings.cpp
SOURCE          upnpsecuritymanager.cpp
SOURCE          upnpfilesharing.cpp
SOURCE          upnpfilesharingbody.cpp
SOURCE          upnpmediaservernotifier.cpp
SOURCE          upnpmediaserverstatuswatcher.cpp

MW_LAYER_SYSTEMINCLUDE

USERINCLUDE     ../inc
USERINCLUDE     ../../inc

LIBRARY         euser.lib
LIBRARY         estor.lib
LIBRARY         efsrv.lib
//central repository
LIBRARY         centralrepository.lib
LIBRARY         ecom.lib
// UPnP
LIBRARY         upnpipserversutils.lib
LIBRARY         upnpavobjects.lib
LIBRARY         upnpserviceframework.lib

DEBUGLIBRARY    flogger.lib
DEFFILE         avmediaserverclient

// End of file