For Symbian OS v9.1 and later
// ExampleInterfaceImplementation.mmp // TARGET ExampleInterfaceImplementation.dll TARGETTYPE PLUGIN // ECom Dll recognition UID followed by the unique dll UID UID 0x10009D8D 0x10009DB0 VENDORID 0x70000001 CAPABILITY All -TCB SOURCEPATH \ExampleInterfaceImplementation SOURCE ExampleInterfaceImplementation.cpp USERINCLUDE \ExampleInterfaceImplementation \inc SYSTEMINCLUDE \epoc32\include SYSTEMINCLUDE \epoc32\include\ecom START RESOURCE 10009DB0.rss TARGET ExampleInterfaceImplementation.rsc END LIBRARY euser.lib LIBRARY ecom.lib
For Symbian OS v9.0 and earlier
// ExampleInterfaceImplementation.mmp // TARGET ExampleInterfaceImplementation.dll TARGETTYPE ECOMIIC // ECom Dll recognition UID followed by the unique dll UID UID 0x10009D8D 0x10009DB0 SOURCEPATH \ExampleInterfaceImplementation SOURCE ExampleInterfaceImplementation.cpp USERINCLUDE \ExampleInterfaceImplementation \inc SYSTEMINCLUDE \epoc32\include SYSTEMINCLUDE \epoc32\include\ecom RESOURCE 10009DB0.rss LIBRARY euser.lib LIBRARY ecom.lib
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.