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