diff -r 4096754ee773 -r 52a167391590 localconnectivityservice/generichid/tsrc/GenericHidTest/group/CHidDriverPlugin.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/localconnectivityservice/generichid/tsrc/GenericHidTest/group/CHidDriverPlugin.mmp Wed Sep 01 12:20:40 2010 +0100 @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2007 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: +* +*/ + +#include + +//CAPABILITY CAP_ECOM_PLUGIN +CAPABILITY CAP_APPLICATION CommDD ProtServ + +VENDORID VID_DEFAULT + +TARGET chiddriverplugin.dll +TARGETTYPE PLUGIN +UID 0x10009D8D 0xE000B181 + +SOURCEPATH ../src +SOURCE CHidDriverPluginProxy.cpp +SOURCE CHidDriverPlugin.cpp + +USERINCLUDE ../inc +USERINCLUDE ../../../inc + +SYSTEMINCLUDE /epoc32/include/ecom +MW_LAYER_SYSTEMINCLUDE + + +START RESOURCE ../data/E000B181.RSS +TARGET chiddriverplugin.rsc +END + +LIBRARY ECom.lib +LIBRARY euser.lib +LIBRARY generichid.lib + +// End of File