sbsv2/raptor/test/smoke_suite/test_resources/resource/rsg_casefolding/HelloWorld.pkg
changeset 674 37ee82a83d43
equal deleted inserted replaced
673:7ae5f757318b 674:37ee82a83d43
       
     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 the License "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 ; Basic install file for HelloWorld application
       
    18 ;
       
    19 
       
    20 ; List of languages supported.
       
    21 ; Here, only UK English is supported.
       
    22 &EN
       
    23 
       
    24 ; List of localised vendor names.
       
    25 ; Here, only UK English version is specified.
       
    26 %{"Symbian Software Ltd."}
       
    27 
       
    28 ; Single, non-localised (global) vendor name.
       
    29 :"Symbian Software Ltd."
       
    30 
       
    31 ; Installation header.
       
    32 ; Only specifies one component name as we only support English.
       
    33 ; The UID is the package UID - this is not the same as the app's UID, 
       
    34 ; which is specified in HelloWorld.mmp.
       
    35 
       
    36 #{"Hello World"},(0xE8000091),1,0,0
       
    37 
       
    38 ; Four files to install for the minimal application
       
    39 "HelloWorld.exe"-"!:\sys\bin\HelloWorld.exe"
       
    40 "HelloWorld.rsc"-"!:\resource\apps\HelloWorld.rsc"
       
    41 "HelloWorld.mbm" - "!:\resource\apps\HelloWorld.mbm"
       
    42 "HelloWorld_reg.rsc" - "!:\private\10003a3f\import\apps\HelloWorld_reg.rsc"
       
    43 
       
    44 ; Required files
       
    45 ; None
       
    46 
       
    47 ; Component .sis files
       
    48 ; None