PicoDrive_gcce.pkg 1.2 KB

12345678910111213141516171819202122232425
  1. ;
  2. ; List of localised vendor names - one per language. At least one must be provided (English [EN]).
  3. ; List must correspond to list of languages specified elsewhere in the .pkg
  4. %{"notaz"}
  5. ; The non-localised, globally unique vendor name (mandatory)
  6. :"notaz"
  7. ; Package header
  8. ; Name, UID3, Major, Minor, Build, Package-type
  9. #{"PicoDrive"}, (0xA00010F3), 0, 92, 0, TYPE=SA
  10. ; ProductID for UIQ 3.0
  11. ; Product/platform version UID, Major, Minor, Build, Component name
  12. (0x101F6300), 3, 0, 0, {"UIQ30ProductID"}
  13. ; Files to install for the application
  14. ; If you move the example to another destination then you also need to change these paths.
  15. "..\..\..\..\..\..\UIQ3SDK\epoc32\release\gcce\urel\PicoDrive.exe"-"!:\sys\bin\PicoDrive.exe"
  16. "..\..\..\..\..\..\UIQ3SDK\epoc32\data\Z\Resource\Apps\PicoDrive.rsc"-"!:\resource\apps\PicoDrive.rsc"
  17. "..\..\..\..\..\..\UIQ3SDK\epoc32\data\Z\Resource\Apps\PicoDrive_loc.rsc"-"!:\resource\apps\PicoDrive_loc.rsc"
  18. "..\..\..\..\..\..\UIQ3SDK\epoc32\data\z\Private\10003a3f\Apps\PicoDrive_reg.rsc"-"!:\private\10003a3f\import\apps\PicoDrive_reg.rsc"
  19. "..\..\..\..\..\..\UIQ3SDK\epoc32\data\Z\Resource\Apps\PicoDrive.mbm"-"!:\resource\apps\PicoDrive.mbm"