examples/ForumNokia/EComCalculator/plugin/group/EComPlugin_2x.mmp

00001 // EComPlugin_2x.mmp
00002 
00003 TARGET EComCalculatePlugin.dll
00004 TARGETTYPE ECOMIIC
00005 
00006 // ECom Dll recognition UID followed by the unique UID for this dll
00007 UID 0x10009D8D 0x101F5465
00008 
00009 SOURCEPATH  ..\src
00010 SOURCE      main.cpp
00011 SOURCE      Proxy.cpp
00012 SOURCE      EComImplementationPlus.cpp
00013 SOURCE      EComImplementationMultiply.cpp
00014 
00015 USERINCLUDE     . ..\..\interface ..\inc
00016 SYSTEMINCLUDE   \epoc32\include 
00017 SYSTEMINCLUDE   \epoc32\include\ecom
00018 
00019 // The compiled resource name should be same as the 
00020 // application UID in S60 2nd edition
00021 RESOURCE    ..\data\101F5465.RSS
00022 
00023 LIBRARY euser.lib ECom.lib

Generated by  doxygen 1.6.2