installationservices/swinstallationfw/test/tusif/group/sifgetcompinfotest1.mmp
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
child 70 e8965914fac7
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
     1 /*
       
     2 * Copyright (c) 2009-2010 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 * sifgetcompinfotest1.mmp for usif test
       
    16 *
       
    17 */
       
    18 
       
    19 TARGET			sifgetcompinfotest1.exe
       
    20 TARGETTYPE		exe
       
    21 CAPABILITY 		All -Tcb
       
    22 
       
    23 UID			0x10000007 0x80286FE0
       
    24 VENDORID		0x0
       
    25 
       
    26 SOURCEPATH		../source
       
    27 SOURCE			sifintegusercapsbasepackage.cpp
       
    28 
       
    29 SYSTEMINCLUDE	/epoc32/include
       
    30 
       
    31 START RESOURCE	sifgetcompinfotest1_loc.rss
       
    32 HEADER
       
    33 TARGETPATH		tusif/tsif/data/sifgetcompinfotest1
       
    34 LANG 01 03 04 24	
       
    35 END
       
    36 
       
    37 // Application exe registration resource file
       
    38 resource  	sifgetcompinfotest1_reg.rss
       
    39 start resource 	sifgetcompinfotest1_reg.rss
       
    40 targetpath 	tusif/tsif/data/sifgetcompinfotest1
       
    41 end
       
    42 
       
    43 
       
    44 // Icons for UK language version
       
    45 START BITMAP	sifgetcompinfotest1_01.mbm
       
    46 TARGETPATH		tusif/tsif/data/sifgetcompinfotest1
       
    47 SOURCEPATH		../source
       
    48 SOURCE			c8,1 icon3M.BMP
       
    49 END
       
    50 
       
    51 // Icons for German language version
       
    52 START BITMAP	sifgetcompinfotest1_03.mbm
       
    53 TARGETPATH		tusif/tsif/data/sifgetcompinfotest1
       
    54 SOURCEPATH		../source
       
    55 SOURCE			c8,1 icon3M.BMP
       
    56 END
       
    57 
       
    58 // Icons for Spanish language version
       
    59 START BITMAP	sifgetcompinfotest1_04.mbm
       
    60 TARGETPATH		tusif/tsif/data/sifgetcompinfotest1
       
    61 SOURCEPATH		../source
       
    62 SOURCE			c8,1 icon3M.BMP 
       
    63 END
       
    64 
       
    65 // Icons for French International language version
       
    66 START BITMAP	sifgetcompinfotest1_24.mbm
       
    67 TARGETPATH		tusif/tsif/data/sifgetcompinfotest1
       
    68 SOURCEPATH		../source
       
    69 SOURCE			c8,1 icon3M.BMP
       
    70 END
       
    71 
       
    72 LIBRARY			euser.lib
       
    73 SMPSAFE
       
    74