os/textandloc/fontservices/textshaperplugin/test/S60HindiDemo/group/s60HindiDemo.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 * Series 60 version of Hindi Demo application
    16 *
    17 */
    18 
    19 
    20 #include <data_caging_paths.hrh>
    21 
    22 // MCL 
    23 #ifdef __SECURE_DATA__
    24 
    25 TARGET			hindiDemo.exe
    26 TARGETTYPE		exe
    27 
    28 START RESOURCE	../src/hindiDemo.RSS
    29 HEADER
    30 TARGETPATH		/Resource/Apps
    31 end   // RESOURCE
    32 
    33 START RESOURCE	../src/hindiDemo_reg.rss
    34 DEPENDS hindidemo.rsg
    35 TARGETPATH		/private/10003a3f/apps
    36 END
    37 
    38 //START BITMAP	hindiDemo.mbm
    39 //TARGETPATH		/Resource/Apps
    40 //SOURCE			c8,1 ../aif/icon24.bmp ../aif/icon2m.bmp ../aif/icon32.bmp ../aif/icon3m.bmp ../aif/icon48.bmp ../aif/icon4m.bmp
    41 //END
    42 
    43 #else
    44 // 8.1 version
    45 
    46 TARGET          HindiDemo.app
    47 TARGETTYPE      app
    48 TARGETPATH      /system/apps/HindiDemo
    49 #endif
    50 
    51 
    52 UID             0x100039CE 0x1000006
    53 
    54 // CAP_APPLICATION is the usual default of all caps, but this app needs none, so removed
    55 // CAPABILITY      CAP_APPLICATION
    56 VENDORID        VID_DEFAULT
    57 LANG 01
    58 
    59 // icon
    60 //AIF HindiDemo.aif ../aif HindiIcon.rss c8 context_pane_icon.bmp context_pane_icon_mask.bmp list_icon.bmp list_icon_mask.bmp
    61 
    62 SOURCEPATH      ../src
    63 SOURCE 			MainViewcontainer.cpp
    64 SOURCE 			MainViewview.cpp
    65 SOURCE          HindiDemomain.cpp
    66 SOURCE          HindiDemoapp.cpp
    67 SOURCE          HindiDemodocument.cpp
    68 SOURCE          HindiDemoappui.cpp
    69 SOURCE          HindiDemoview.cpp
    70 SOURCE          HindiDemocontainer.cpp
    71 
    72 RESOURCE        HindiDemo.rss
    73 
    74 USERINCLUDE     ../inc
    75 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    76 
    77 LIBRARY         euser.lib 
    78 LIBRARY         apparc.lib 
    79 LIBRARY         cone.lib 
    80 LIBRARY         eikcore.lib 
    81 LIBRARY         avkon.lib
    82 LIBRARY         egul.lib
    83 LIBRARY         eikcoctl.lib
    84 LIBRARY         bafl.lib
    85 LIBRARY         eikctl.lib
    86 LIBRARY         fbscli.lib
    87 LIBRARY         etext.lib
    88 LIBRARY         form.lib
    89 LIBRARY         gdi.lib
    90 LIBRARY         insock.lib
    91 LIBRARY         aknnotify.lib
    92 
    93 SMPSAFE