installationservices/swi/test/testexes/testappinuse/HelloWorld.mmp
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2000-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 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 * using relative paths for sourcepath and user includes
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 TARGET        helloworld_forpackage.exe
       
    21 TARGETTYPE    exe
       
    22 TARGETPATH    /tswi/testexes/testappinuse
       
    23 UID           0x100039CE 0x90008ACE
       
    24 VENDORID 	  0
       
    25 
       
    26 SOURCEPATH    .
       
    27 SOURCE        HelloWorld_Main.cpp
       
    28 SOURCE        HelloWorld_Application.cpp
       
    29 SOURCE        HelloWorld_Document.cpp
       
    30 SOURCE        HelloWorld_AppUi.cpp
       
    31 SOURCE        HelloWorld_AppView.cpp
       
    32 USERINCLUDE   .
       
    33 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 
       
    36 
       
    37 START RESOURCE	HelloWorld.rss
       
    38 HEADER
       
    39 end
       
    40 
       
    41 START RESOURCE	helloworldhacked.rss
       
    42 END
       
    43 
       
    44 START RESOURCE	HelloWorld_reg.rss
       
    45 DEPENDS		helloworld.rsg
       
    46 END
       
    47 
       
    48 START BITMAP	helloworld.mbm
       
    49 SOURCE			c8,1 icon24.BMP icon2M.BMP icon32.BMP icon3M.BMP icon48.BMP icon4M.BMP
       
    50 END
       
    51 
       
    52 LIBRARY       euser.lib apparc.lib cone.lib eikcore.lib bafl.lib gdi.lib
       
    53 SMPSAFE