simpsyconfigurator/install/simpsyconfigurator.pkg
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 ;
       
     2 ; Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 ; All rights reserved.
       
     4 ; This component and the accompanying materials are made available
       
     5 ; under the terms of "Eclipse Public License v1.0"
       
     6 ; which accompanies this distribution, and is available
       
     7 ; at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 ;
       
     9 ; Initial Contributors: Package file for simpsyconfigurator
       
    10 ; Nokia Corporation - initial contribution.
       
    11 ;
       
    12 ; Contributors:
       
    13 ;
       
    14 ; Description: 
       
    15 ;
       
    16 &EN
       
    17 ;
       
    18 ; UID is the app's UID
       
    19 ;
       
    20 #{"SimPsyConfigurator"},(0x101FD698),2,0,0,TYPE=SA
       
    21 ;
       
    22 ; Localised Vendor name
       
    23 %{"Nokia-EN"}
       
    24 
       
    25 ; Unique Vendor name
       
    26 :"Nokia"
       
    27 
       
    28 ;Supports Series 60 v 3.0
       
    29 ;This line indicates that this installation is for the Series 60 platform v3.0
       
    30 ;This line must appear _exactly_ as shown below in the sis file
       
    31 ;If this line is missing or incorrect, the sis file will not be able
       
    32 ;to be installed on Series 60 v3.0 platforms
       
    33 ;(0x101F7961), 0, 0, 0, {"Series60ProductID"}
       
    34 ;
       
    35 ;
       
    36 
       
    37 ; Check if MLFW library is present otherwise don't install SimPsyConfigurator.
       
    38 ; It is not useful.
       
    39 IF EXISTS("z:\sys\bin\EPosServer.exe")
       
    40 
       
    41 ; File to install
       
    42 
       
    43 ; Install Simulation PSY Configurator application files
       
    44 "\epoc32\release\armv5\urel\simpsyui.exe"                      -"!:\sys\bin\simpsyui.exe"
       
    45 "\epoc32\data\z\private\10003a3f\apps\simpsyui_reg.rsc"        -"!:\private\10003a3f\import\apps\simpsyui_reg.rsc"
       
    46 "\epoc32\data\z\resource\apps\simpsyui.rsc"                    -"!:\resource\apps\simpsyui.rsc"
       
    47 
       
    48 ; Initial Set of Data files
       
    49 "\epoc32\release\winscw\udeb\z\system\data\nmea.nme"	        -"!:\system\data\nmea.nme"
       
    50 "\epoc32\release\winscw\udeb\z\system\data\simu_move_const.sps"	-"!:\system\data\simu_move_const.sps"
       
    51 "\epoc32\release\winscw\udeb\z\system\data\simu_move_speed.sps"	-"!:\system\data\simu_move_speed.sps"
       
    52 
       
    53 ENDIF