os/textandloc/fontservices/textshaperplugin/test/S60HindiDemo/group/s60HindiDemo.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/textandloc/fontservices/textshaperplugin/test/S60HindiDemo/group/s60HindiDemo.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,93 @@
     1.4 +/*
     1.5 +* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +* Series 60 version of Hindi Demo application
    1.19 +*
    1.20 +*/
    1.21 +
    1.22 +
    1.23 +#include <data_caging_paths.hrh>
    1.24 +
    1.25 +// MCL 
    1.26 +#ifdef __SECURE_DATA__
    1.27 +
    1.28 +TARGET			hindiDemo.exe
    1.29 +TARGETTYPE		exe
    1.30 +
    1.31 +START RESOURCE	../src/hindiDemo.RSS
    1.32 +HEADER
    1.33 +TARGETPATH		/Resource/Apps
    1.34 +end   // RESOURCE
    1.35 +
    1.36 +START RESOURCE	../src/hindiDemo_reg.rss
    1.37 +DEPENDS hindidemo.rsg
    1.38 +TARGETPATH		/private/10003a3f/apps
    1.39 +END
    1.40 +
    1.41 +//START BITMAP	hindiDemo.mbm
    1.42 +//TARGETPATH		/Resource/Apps
    1.43 +//SOURCE			c8,1 ../aif/icon24.bmp ../aif/icon2m.bmp ../aif/icon32.bmp ../aif/icon3m.bmp ../aif/icon48.bmp ../aif/icon4m.bmp
    1.44 +//END
    1.45 +
    1.46 +#else
    1.47 +// 8.1 version
    1.48 +
    1.49 +TARGET          HindiDemo.app
    1.50 +TARGETTYPE      app
    1.51 +TARGETPATH      /system/apps/HindiDemo
    1.52 +#endif
    1.53 +
    1.54 +
    1.55 +UID             0x100039CE 0x1000006
    1.56 +
    1.57 +// CAP_APPLICATION is the usual default of all caps, but this app needs none, so removed
    1.58 +// CAPABILITY      CAP_APPLICATION
    1.59 +VENDORID        VID_DEFAULT
    1.60 +LANG 01
    1.61 +
    1.62 +// icon
    1.63 +//AIF HindiDemo.aif ../aif HindiIcon.rss c8 context_pane_icon.bmp context_pane_icon_mask.bmp list_icon.bmp list_icon_mask.bmp
    1.64 +
    1.65 +SOURCEPATH      ../src
    1.66 +SOURCE 			MainViewcontainer.cpp
    1.67 +SOURCE 			MainViewview.cpp
    1.68 +SOURCE          HindiDemomain.cpp
    1.69 +SOURCE          HindiDemoapp.cpp
    1.70 +SOURCE          HindiDemodocument.cpp
    1.71 +SOURCE          HindiDemoappui.cpp
    1.72 +SOURCE          HindiDemoview.cpp
    1.73 +SOURCE          HindiDemocontainer.cpp
    1.74 +
    1.75 +RESOURCE        HindiDemo.rss
    1.76 +
    1.77 +USERINCLUDE     ../inc
    1.78 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.79 +
    1.80 +LIBRARY         euser.lib 
    1.81 +LIBRARY         apparc.lib 
    1.82 +LIBRARY         cone.lib 
    1.83 +LIBRARY         eikcore.lib 
    1.84 +LIBRARY         avkon.lib
    1.85 +LIBRARY         egul.lib
    1.86 +LIBRARY         eikcoctl.lib
    1.87 +LIBRARY         bafl.lib
    1.88 +LIBRARY         eikctl.lib
    1.89 +LIBRARY         fbscli.lib
    1.90 +LIBRARY         etext.lib
    1.91 +LIBRARY         form.lib
    1.92 +LIBRARY         gdi.lib
    1.93 +LIBRARY         insock.lib
    1.94 +LIBRARY         aknnotify.lib
    1.95 +
    1.96 +SMPSAFE
    1.97 \ No newline at end of file