diff -r 000000000000 -r 40261b775718 devsoundextensions/ciextnfactoryplugins/ciextnserverplugin/group/ciextnserverplugin.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/devsoundextensions/ciextnfactoryplugins/ciextnserverplugin/group/ciextnserverplugin.mmp Tue Feb 02 01:56:55 2010 +0200 @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2002-2008 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: Project definition file for project custom interface extension +* devsound server plugin. +* +*/ + + + +#include + +TARGET ciextnserverplugin.dll +TARGETTYPE PLUGIN +UID 0x10009D8D 0x10207BEB +CAPABILITY CAP_GENERAL_DLL +VENDORID VID_DEFAULT + +SOURCEPATH ../src +SOURCE ciextnserverplugin.cpp +SOURCE ciextnserverpluginwrapper.cpp +SOURCE main.cpp + +USERINCLUDE . +USERINCLUDE ../../inc + +OS_LAYER_SYSTEMINCLUDE +SYSTEMINCLUDE /epoc32/include/ecom +SYSTEMINCLUDE /epoc32/include/mmf/plugin +SYSTEMINCLUDE /epoc32/include/a3f + +SOURCEPATH ../data +START RESOURCE 10207BEB.rss +TARGET ciextnserverplugin.rsc +END + +LIBRARY euser.lib +LIBRARY ecom.lib