symbols.txt 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. FILENAMES:
  2. hybridapp
  3. simple, short, contiguous, ascii, lowercase name of package / application
  4. GET IT FROM: FileUtilities::<ctor>::m_infoPlistFileNameNoSpaces
  5. and lowercase it
  6. FILE CONTENT SYMBOLS:
  7. @hybridapp@
  8. same as FILENAMES::hybridapp
  9. @HYBRIDAPP@
  10. same as FILENAMES::hybridapp, but with uppercase
  11. @hybridappname@
  12. Short, utf-8 encoded, multiple words application display name
  13. GET IT FROM: m_generatorData.infoPlistValue(INFO_PLIST_KEY_DISPLAY_NAME)
  14. SAMPLE: FileUtilities::<ctor>
  15. @hybridbinary@
  16. simple, short, contiguous, ascii, lowercase name of binary file
  17. name, without path
  18. WILL BE SAME AS: hybridapp
  19. @hybridauthor@
  20. First Surname of the package author
  21. GET IT FROM: GUI settings
  22. @hybridemail@
  23. email address of the package author
  24. GET IT FROM: GUI settings
  25. @hybriddatetime@
  26. date+time in form "Fri, 30 Apr 2010 10:24:10 +0300" format
  27. GET IT FROM: current date + time
  28. @hybridshortdesc@
  29. Short (less than 60 chars) description of application.
  30. GET IT FROM: GUI settings
  31. @hybridlongdesc@
  32. Slightly more detailed description of application, couple of
  33. lines, each of which is max 78 chars long.
  34. GET IT FROM: GUI settings
  35. @hybridyear@
  36. Current year, in YYYY format, like "2010".
  37. GET IT FROM: current date + time
  38. ALSO: LICENSE TYPE: gpl | lgpl | artistic | bsd
  39. GET IT FROM: GUI settings
  40. drop down list is initialized from
  41. template/copyright/<DIRNAME> directory names, and
  42. actual copyright files are copied over from
  43. template/copyright/<DIRNAME>/copyright
  44. SYSTEM WIDE SETTINGS:
  45. Path to madde ("mad"), like c:\NokiaQtSDK\Maemo\4.6.2\bin\mad