taskswitcher/testapplications/generator/generator/pattern/group/helloworldbasic.mmp
changeset 117 c63ee96dbe5f
equal deleted inserted replaced
115:3ab5c078b490 117:c63ee96dbe5f
       
     1 /*
       
     2 * Copyright (c) 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 TARGET            HelloWorldBasic1.exe
       
    19 TARGETTYPE        exe
       
    20 UID		  0x100039CE 0xA000018A
       
    21 
       
    22 
       
    23 EPOCSTACKSIZE	  0x5000
       
    24 
       
    25 SOURCEPATH        ../src
       
    26 SOURCE            HelloWorldBasicApplication.cpp
       
    27 SOURCE            HelloWorldBasicAppUi.cpp
       
    28 
       
    29 SOURCEPATH        ../../common/src
       
    30 SOURCE            HelloWorldBasic.cpp
       
    31 SOURCE            HelloWorldBasicAppView.cpp
       
    32 SOURCE            HelloWorldBasicDocument.cpp
       
    33 SOURCE            HelloWorldBasicQueryDialog.cpp
       
    34 
       
    35 SOURCEPATH        ../data
       
    36 
       
    37 START RESOURCE    HelloWorldBasic1.rss
       
    38 HEADER
       
    39 TARGETPATH resource/apps
       
    40 END //RESOURCE
       
    41 
       
    42 START RESOURCE    HelloWorldBasic1_reg.rss
       
    43 #ifdef WINSCW
       
    44 TARGETPATH 	  /private/10003a3f/apps
       
    45 #else
       
    46 TARGETPATH 	  /private/10003a3f/import/apps
       
    47 #endif
       
    48 END //RESOURCE
       
    49 
       
    50 
       
    51 
       
    52 USERINCLUDE       ../inc
       
    53 USERINCLUDE       ../../common/inc
       
    54 MW_LAYER_SYSTEMINCLUDE 
       
    55 SYSTEMINCLUDE     /epoc32/include
       
    56 
       
    57 LIBRARY           euser.lib
       
    58 LIBRARY           apparc.lib
       
    59 LIBRARY           cone.lib
       
    60 LIBRARY           eikcore.lib
       
    61 LIBRARY           avkon.lib
       
    62 LIBRARY           commonengine.lib
       
    63 LIBRARY		      efsrv.lib
       
    64 LIBRARY           estor.lib
       
    65 LIBRARY           eikcoctl.lib
       
    66 LIBRARY           eikdlg.lib
       
    67 
       
    68 
       
    69 LANG SC 01 09 31 32
       
    70 
       
    71 VENDORID	  	  0
       
    72 CAPABILITY	NONE
       
    73 
       
    74 // End of File
       
    75