ncdengine/rom/altair-engine-stub.pkg
branchRCL_3
changeset 26 8b7f4e561641
parent 11 3ba40be8e484
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
       
     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:
       
    10 ; Nokia Corporation - initial contribution.
       
    11 ;
       
    12 ; Contributors:
       
    13 ;
       
    14 ; Description:
       
    15 ;
       
    16 ;;*****************************************************************************
       
    17 ;;
       
    18 ;; NCD Altair Catalogs PKG, engine
       
    19 ;; PKG for creating ROM sis stub 
       
    20 ;;
       
    21 ;;*****************************************************************************
       
    22 
       
    23 ;Language - standard language definitions
       
    24 &EN
       
    25 
       
    26 ; standard SIS file header;
       
    27 #{"Altair Engine"},(0x20019119),9,2,1006,TYPE=SA
       
    28  
       
    29 
       
    30 ;Localised Vendor name
       
    31 %{"Nokia"}
       
    32 
       
    33 ;Unique Vendor name
       
    34 :"Nokia"
       
    35 
       
    36 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
       
    37 ; Backup & restore
       
    38 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
       
    39 
       
    40 ; Backup & restore file for the engine side
       
    41 "" - "z:\private\20019119\backup_registration.xml"
       
    42 
       
    43 ;;*****************************************************************************
       
    44 ;; Server
       
    45 ;;*****************************************************************************
       
    46 
       
    47 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
       
    48 ; Engine config
       
    49 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
       
    50 
       
    51 "" - "z:\private\20019119\config.xml"
       
    52 
       
    53 ;; Client side dll
       
    54 ""
       
    55          -"z:\sys\bin\ncdengine_20019119.dll"
       
    56 
       
    57 ;; Server exe
       
    58 ""
       
    59          -"z:\sys\bin\ncdserver_20019119.exe"
       
    60 
       
    61 ;; Utils dll
       
    62 ""
       
    63          -"z:\sys\bin\ncdutils_20019119.dll"
       
    64 
       
    65 ;; Device management dll
       
    66 ""
       
    67          -"z:\sys\bin\ncddevicemgmt_20019119.dll"
       
    68 
       
    69 ;; Debug util dll
       
    70 ""
       
    71          -"z:\sys\bin\ncddebug_20019119.dll"
       
    72 
       
    73 ;; Undertaker utility
       
    74 ""
       
    75          -"z:\sys\bin\ncdundertaker_20019119.exe"
       
    76 
       
    77 ;; ECOM dll+rss
       
    78 ;; NEW NAMING to match the IBYs. Must be same on the stub sis
       
    79 ;; and the IBY to allow eclipsing.
       
    80 ""
       
    81          -"z:\sys\bin\ncdproxy_20019119.dll"
       
    82 ""
       
    83          -"z:\resource\plugins\ncdproxy_20019119.rsc"
       
    84 
       
    85