installationservices/swinstallationfw/test/group/tsiflauncher.mmp
changeset 24 84a16765cd86
child 33 8110bf1194d1
equal deleted inserted replaced
6:aba6b8104af3 24:84a16765cd86
       
     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 CAPABILITY			TrustedUI
       
    27 
       
    28 VENDORID			0x70000001
       
    29 
       
    30 UID					0x0 0x10285BD0
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 
       
    34 USERINCLUDE			../../inc
       
    35 USERINCLUDE			../../common/inc
       
    36 
       
    37 SOURCEPATH			../../source
       
    38 SOURCE				siflauncher.cpp
       
    39 
       
    40 SOURCEPATH			../siflauncherconfig
       
    41 
       
    42 START RESOURCE		siflauncher_reg.rss
       
    43 TARGETPATH			/private/10003a3f/apps
       
    44 END
       
    45 
       
    46 start resource		siflauncher_loc.rss
       
    47 targetpath			/resource/apps
       
    48 lang				sc
       
    49 end
       
    50 
       
    51 // Bitmaps
       
    52 START BITMAP		siflauncher.mbm
       
    53 SOURCEPATH			../../../swiconfig/usif/siflauncher
       
    54 TARGETPATH			/resource/apps
       
    55 HEADER
       
    56 SOURCE				c8,1 INST24.bmp INST24M.BMP INST32.BMP INST32M.BMP INST48.BMP INST48M.BMP
       
    57 END
       
    58 
       
    59 LIBRARY				euser.lib efsrv.lib
       
    60 LIBRARY				apgrfx.lib apparc.lib apmime.lib
       
    61 LIBRARY				sif.lib
       
    62 
       
    63 SMPSAFE