os/textandloc/fontservices/textshaperplugin/test/HindiDemo/group/hindiDemo.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2005-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 "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 
    18 
    19 UID				0x100039CE 0x10005102
    20 VENDORID 	  	0x70000001
    21 SOURCEPATH 		../source
    22 SOURCE			hindiDemoApp.cpp 
    23 
    24 USERINCLUDE 	.
    25 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
    26 
    27 LIBRARY			euser.lib apparc.lib cone.lib eikcore.lib eikcoctl.lib gdi.lib
    28 LIBRARY			eikctl.lib
    29 LIBRARY 		eikcdlg.lib etext.lib efsrv.lib 
    30 
    31 #ifdef __SECURE_DATA__
    32 
    33 // MCL 
    34 TARGET			hindidemo.exe
    35 TARGETTYPE		exe
    36 TARGETPATH 		/system/apps/hindidemo
    37 
    38 START RESOURCE	hindiDemo.rss
    39 HEADER
    40 TARGETPATH		/resource/apps
    41 end
    42 
    43 START RESOURCE	hindiDemo_reg.rss
    44 TARGETPATH		/private/10003a3f/apps
    45 DEPENDS			hindidemo.rsg
    46 END
    47 
    48 START BITMAP	hindidemo.mbm
    49 TARGETPATH		/resource/apps
    50 SOURCE			c8,1 icon24.BMP icon2M.BMP icon32.BMP icon3M.BMP icon48.BMP icon4M.BMP
    51 END
    52 
    53 #else
    54 // for 8.1 builds
    55 TARGET			hindiDemo.app
    56 TARGETTYPE		app
    57 TARGETPATH 		/system/apps/hindiDemo
    58 RESOURCE 		hindiDemo.rss
    59 #endif
    60 
    61 SMPSAFE