brandingserver/tools/sis/brand-example.pkg
changeset 0 e6b17d312c8b
child 21 cfd5c2994f10
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     1 ;
       
     2 ; Copyright (c) 2006-2006 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:  Example PKG file for branding installer
       
    15 ;
       
    16 
       
    17 ; -------- general --------
       
    18 
       
    19 ; Languages
       
    20 &EN
       
    21 
       
    22 ; Package header (one name for each supported language)
       
    23 #{"?Example Brand 1?"}, (0x102828E0), 1, 0, 0
       
    24 
       
    25 ; Localised Vendor name
       
    26 %{"Nokia"}
       
    27 
       
    28 ; Unique Vendor name
       
    29 :"Nokia"
       
    30 
       
    31 ; -------- files --------
       
    32 
       
    33 ;------------------------------------------------------------------------------
       
    34 ; Brand XML Data
       
    35 ;
       
    36 ; Add branding XML files here. All xml files must go to:
       
    37 ; "c:\private\102828E1\import\"
       
    38 ;------------------------------------------------------------------------------
       
    39 ;
       
    40 "import_data\brand_data.xml"            -"c:\private\102828E1\import\brand.xml"
       
    41 
       
    42 
       
    43 ;------------------------------------------------------------------------------
       
    44 ; Brand files
       
    45 ;
       
    46 ; Add physical brand files here. Files should go to:
       
    47 ; "c:\private\102828DD\import\", but any publicly readable directory is valid.
       
    48 ;------------------------------------------------------------------------------
       
    49 ;
       
    50 "import_data\file.jpg"                  -"c:\private\102828DD\import\file.jpg"
       
    51 
       
    52 
       
    53 ;------------------------------------------------------------------------------
       
    54 ; Brand installer notifier
       
    55 ;
       
    56 ; This file notifies the server to install new brands! This file also contains
       
    57 ; the information of which brands to remove when this sis package is
       
    58 ; uninstalled. Content of this file is not important, and it's adviced to
       
    59 ; leave it empty. Only the name of the file makes the difference.
       
    60 ;
       
    61 ; NOTE! name of this file needs to be unique. Use version section in the file
       
    62 ; below to install updates to previous packages.
       
    63 ;
       
    64 ; HINT! Sis package can contain multiple install files. it's possible to
       
    65 ; install and remove multiple brands with single sis file.
       
    66 ;
       
    67 ; Format of this file: "[brand_id]$[application_id]$[version].install".
       
    68 ; version part is optional.
       
    69 ;------------------------------------------------------------------------------
       
    70 ;
       
    71 "import_data\install.txt"  -"c:\private\102828DD\import\install\brand_id$app_id$001.install"