Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. ; Specify the languages - as previously supported
  2. ; Languages
  3. ; none - English only by default
  4.  
  5. ; List of localised vendor names - one per language. At least one must be provided (English [EN]).
  6. ; List must correspond to list of languages specified elsewhere in the .pkg
  7. %{"Symbian"}
  8.  
  9. ; The non-localised, globally unique vendor name (mandatory)
  10. :"Symbian"
  11.  
  12. ; Package header
  13. ; Name, UID3, Major, Minor, Build, Package-type
  14. #{"Vasama"}, (0xE5A83F00), 0, 0, 2, TYPE=SA
  15.  
  16.  
  17. ; Product/platform version UID, Major, Minor, Build, Product ID
  18. [0x20022e6d], 0, 0, 0, {"S60ProductID"}
  19.  
  20. ; Files to install for my directory application
  21. ; If you have changed the default SDK installation path than you also need to change these paths.
  22.  
  23. "Vasama.exe"-"!:\sys\bin\Vasama.exe"
  24. "Vasama.rsc"-"!:\Resource\Apps\Vasama.rsc"
  25. "Vasama_reg.rsc"-"!:\private\10003a3f\import\apps\Vasama_reg.rsc"
  26.  
  27. "About.qml"-"!:\private\E5A83F00\About.qml"
  28. "Button.qml"-"!:\private\E5A83F00\Button.qml"
  29. "SparkText.qml"-"!:\private\E5A83F00\SparkText.qml"
  30.  
  31. "images\button-blue.png"-"!:\private\E5A83F00\images\button-blue.png"
  32. "images\button-green.png"-"!:\private\E5A83F00\images\button-green.png"
  33. "images\button-grey.png"-"!:\private\E5A83F00\images\button-grey.png"
  34. "images\button-red.png"-"!:\private\E5A83F00\images\button-red.png"
  35. "images\crosshair.png"-"!:\private\E5A83F00\images\crosshair.png"
  36. "images\lineedit.png"-"!:\private\E5A83F00\images\lineedit.png"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement