S60ClientServerLab.mmp
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:1k
源码类别:

Symbian

开发平台:

C/C++

  1. // Copyright (c) 2006 Nokia Corporation.
  2. TARGET          S60ClientServerLab.exe
  3. TARGETTYPE      exe
  4. EPOCSTACKSIZE   0x5000
  5. // Change the second number here to change the UID for this application
  6. UID             0x100039CE 0x0A72F88E
  7. TARGETPATH      sysbin
  8. VENDORID        0
  9. CAPABILITY      NONE
  10. SOURCEPATH      ..src
  11. SOURCE          S60ClientServerLab.cpp
  12. SOURCE          S60ClientServerLabApplication.cpp 
  13. SOURCE          S60ClientServLabContainer.cpp
  14. SOURCE          S60ClientServLabAppUi.cpp
  15. SOURCE          S60ClientServLabDocument.cpp
  16. SOURCEPATH      ..data
  17. START RESOURCE  S60ClientServerLab.rss
  18. TARGETPATH      resourceapps
  19. HEADER
  20. END
  21. START RESOURCE  S60ClientServerLab_reg.rss
  22. TARGETPATH      private10003a3fapps
  23. END
  24. USERINCLUDE     ..inc 
  25. SYSTEMINCLUDE   epoc32include
  26. LIBRARY         eexe.lib
  27. LIBRARY         eikcoctl.lib
  28. LIBRARY         euser.lib
  29. LIBRARY         apparc.lib
  30. LIBRARY         cone.lib 
  31. LIBRARY         eikcore.lib  
  32. LIBRARY         avkon.lib 
  33. LIBRARY         commonengine.lib
  34. LIBRARY         efsrv.lib
  35. LIBRARY         estor.lib
  36. // End of file