diff -r 000000000000 -r f5a58ecadc66 servicediscoveryandcontrol/pnp/test/upnp/group/upnp.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/servicediscoveryandcontrol/pnp/test/upnp/group/upnp.iby Tue Feb 02 01:12:20 2010 +0200 @@ -0,0 +1,38 @@ +// Copyright (c) 2008-2009 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: +// + +#ifndef SYMBIAN_UPNP_IBY +#define SYMBIAN_UPNP_IBY + +REM Upnp Components + +ECOM_PLUGIN(upnpserver.dll,2000D053.rsc) +file=ABI_DIR\BUILD_DIR\sockethandler.dll system\libs\sockethandler.dll +file=ABI_DIR\BUILD_DIR\upnpdescription.dll system\libs\upnpdescription.dll +file=ABI_DIR\BUILD_DIR\upnpmessage.dll system\libs\upnpmessage.dll +file=ABI_DIR\BUILD_DIR\chunkmgr.dll system\libs\chunkmgr.dll +file=ABI_DIR\BUILD_DIR\upnputils.dll system\libs\upnputils.dll +file=ABI_DIR\BUILD_DIR\pnp.dll system\libs\pnp.dll +ECOM_PLUGIN(upnp.dll,2000D05D.rsc) +//Currently the AppProtIntf flug-in is made internal to UPnP. +//ECOM_PLUGIN(appprotintf.dll,2000D05C.rsc) +file=ABI_DIR\BUILD_DIR\appprotinfmsgs.dll system\libs\appprotinfmsgs.dll + +//UPnP Codec +ECOM_PLUGIN(upnpcodec.dll,upnpcodec.rsc) + +data=EPOCROOT##epoc32\data\z\private\101F7989\upnp\device.xml Private\101F7989\upnp\device.xml + +#endif //SYMBIAN_UPNP_IBY