installationservices/swinstallationfw/test/group/tsiflauncher.mmp
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
       
     2 * Copyright (c) 2008-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 * Test version of the SIF Launcher. It registers the reference
       
    16 * software type "binary/sif-refpkg" in addition to the production
       
    17 * configuration that registers "x-epoc/x-sisx-app" only.
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 TARGET				siflauncher.exe
       
    23 TARGETTYPE			exe
       
    24 TARGETPATH			/sys/bin
       
    25 
       
    26 // We need WriteDeviceData so that the installer data types can have priority EDataTypePrioritySystem
       
    27 CAPABILITY			TrustedUI WriteDeviceData
       
    28 
       
    29 VENDORID			0x70000001
       
    30 
       
    31 UID					0x0 0x10285BD0
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 
       
    35 USERINCLUDE			../../inc
       
    36 USERINCLUDE			../../common/inc
       
    37 
       
    38 SOURCEPATH			../../source
       
    39 SOURCE				siflauncher.cpp
       
    40 
       
    41 SOURCEPATH			../siflauncherconfig
       
    42 
       
    43 START RESOURCE		siflauncher_reg.rss
       
    44 TARGETPATH			/private/10003a3f/apps
       
    45 END
       
    46 
       
    47 start resource		siflauncher_loc.rss
       
    48 targetpath			/resource/apps
       
    49 lang				sc
       
    50 end
       
    51 
       
    52 // Bitmaps
       
    53 START BITMAP		siflauncher.mbm
       
    54 SOURCEPATH			../../../swiconfig/usif/siflauncher
       
    55 TARGETPATH			/resource/apps
       
    56 HEADER
       
    57 SOURCE				c8,1 INST24.bmp INST24M.BMP INST32.BMP INST32M.BMP INST48.BMP INST48M.BMP
       
    58 END
       
    59 
       
    60 LIBRARY				euser.lib efsrv.lib
       
    61 LIBRARY				apgrfx.lib apparc.lib apmime.lib
       
    62 LIBRARY				sif.lib
       
    63 
       
    64 SMPSAFE