appfw/apparchitecture/tef/zerosizedicontestapp.mmp
changeset 0 2e3d3ce01487
child 6 a72ff4214918
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // zerosizedicontestapp.mmp
       
    15 //
       
    16 
       
    17 target		zerosizedicontestapp.exe
       
    18 TARGETTYPE 	exe
       
    19 	
       
    20 targetpath	/sys/bin
       
    21 UID           	0x100039CE 0xABCD0000
       
    22 VENDORID 	0x70000001
       
    23 
       
    24 SOURCEPATH    	.
       
    25 SOURCE		zerosizedicontestapp.cpp
       
    26 
       
    27 USERINCLUDE   	.
       
    28 SYSTEMINCLUDE 	/epoc32/include
       
    29 SYSTEMINCLUDE 	/epoc32/include/techview
       
    30 
       
    31 // Application exe specific resource which is localised to the application
       
    32 RESOURCE	zerosizedicon_loc.rss
       
    33 start resource	zerosizedicon_loc.rss
       
    34 targetpath	/apparctest
       
    35 lang		sc
       
    36 end
       
    37 
       
    38 
       
    39 // Application exe registration resource file
       
    40 START RESOURCE	zerosizedicon_reg.rss
       
    41 TARGETPATH	/apparctest
       
    42 lang		sc
       
    43 END
       
    44 
       
    45  
       
    46 LIBRARY       	apparc.lib  
       
    47 LIBRARY       	cone.lib 
       
    48 LIBRARY       	eikcore.lib
       
    49 LIBRARY       	euser.lib 
       
    50 LIBRARY       	gdi.lib
       
    51 
       
    52 SMPSAFE