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

00001 // EComPlugin_30.mmp
00002 
00003 TARGET EComCalculatePlugin.dll
00004 TARGETTYPE PLUGIN
00005 
00006 // ECom Dll recognition UID followed by the unique UID for this dll
00007 UID 0x10009D8D 0xE01F5465
00008 
00009 SECUREID        0xE01F5465
00010 //VENDORID      0x00000000
00011 CAPABILITY      NONE
00012 
00013 SOURCEPATH      ..\src
00014 //SOURCE        main.cpp
00015 SOURCE          Proxy.cpp
00016 SOURCE          EComImplementationPlus.cpp
00017 SOURCE          EComImplementationMultiply.cpp
00018 
00019 USERINCLUDE     . ..\..\interface ..\inc
00020 SYSTEMINCLUDE   \epoc32\include 
00021 SYSTEMINCLUDE   \epoc32\include\ecom
00022 
00023 // The compiled resource name should be same as the 
00024 // DLL name in S60 3rd edition
00025 START RESOURCE  ..\data\101F5465.RSS
00026     TARGET  EComCalculatePlugin.rsc
00027 END
00028 
00029 LIBRARY euser.lib ECom.lib

Generated by  doxygen 1.6.2