mirror of
				https://github.com/RaySollium99/picodrive.git
				synced 2025-10-27 00:29:39 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| ; 
 | |
| 
 | |
| ; List of localised vendor names - one per language. At least one must be provided (English [EN]). 
 | |
| ; List must correspond to list of languages specified elsewhere in the .pkg
 | |
| %{"notaz"}
 | |
| 
 | |
| ; The non-localised, globally unique vendor name (mandatory)
 | |
| :"notaz"
 | |
| 
 | |
| ; Package header
 | |
| ; Name, UID3, Major, Minor, Build, Package-type
 | |
| #{"PicoDrive"}, (0xA00010F3), 0, 92, 0, TYPE=SA
 | |
| 
 | |
| ; ProductID for UIQ 3.0
 | |
| ; Product/platform version UID, Major, Minor, Build, Component name
 | |
| (0x101F6300), 3, 0, 0, {"UIQ30ProductID"}
 | |
| 
 | |
| 
 | |
| ; Files to install for the application
 | |
| ; If you move the example to another destination then you also need to change these paths.
 | |
| "..\..\..\..\..\..\UIQ3SDK\epoc32\release\gcce\urel\PicoDrive.exe"-"!:\sys\bin\PicoDrive.exe"
 | |
| "..\..\..\..\..\..\UIQ3SDK\epoc32\data\Z\Resource\Apps\PicoDrive.rsc"-"!:\resource\apps\PicoDrive.rsc"
 | |
| "..\..\..\..\..\..\UIQ3SDK\epoc32\data\Z\Resource\Apps\PicoDrive_loc.rsc"-"!:\resource\apps\PicoDrive_loc.rsc"
 | |
| "..\..\..\..\..\..\UIQ3SDK\epoc32\data\z\Private\10003a3f\Apps\PicoDrive_reg.rsc"-"!:\private\10003a3f\import\apps\PicoDrive_reg.rsc"
 | |
| "..\..\..\..\..\..\UIQ3SDK\epoc32\data\Z\Resource\Apps\PicoDrive.mbm"-"!:\resource\apps\PicoDrive.mbm"
 | 
