localisation/apparchitecture/tef/TSTAPP_standalone.MMP
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 
       
    17 
       
    18 /**
    16 /**
    19  @file
    17  @file
    20  @test
    18  @test
    21  @internalComponent - Internal Symbian test code 
    19  @internalComponent - Internal Symbian test code 
    22 */
    20 */
    23 
    21 
    24 #include <platform_paths.hrh>
    22 
    25 
    23 
    26  TARGET        	tstapp.exe
    24  TARGET        	tstapp.exe
    27  TARGETTYPE    	exe
    25  TARGETTYPE    	exe
    28  TARGETPATH		/sys/bin
    26  TARGETPATH		/sys/bin
    29 
    27 
    32 UID           	0x100039CE 10 //the original UID
    30 UID           	0x100039CE 10 //the original UID
    33 VENDORID 		0x70000001 
    31 VENDORID 		0x70000001 
    34 EPOCSTACKSIZE 	0x5000
    32 EPOCSTACKSIZE 	0x5000
    35 
    33 
    36 SOURCEPATH    	.
    34 SOURCEPATH    	.
    37 SOURCE        	TSTAPP_standalone.cpp
    35 SOURCE        	TSTAPP_standalone.CPP
    38 
    36 
    39 USERINCLUDE   	.
    37 USERINCLUDE   	.
    40 SYSTEMINCLUDE 	/epoc32/include
       
    41 SYSTEMINCLUDE 	/epoc32/include/techview
       
    42 systeminclude 	/EPOC32/INCLUDE/ECOM
       
    43 
    38 
    44 MW_LAYER_SYSTEMINCLUDE
    39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    40 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 //SYSTEMINCLUDE 	/epoc32/include/techview
       
    42 //systeminclude 	/epoc32/include/ecom
       
    43 
    45 
    44 
    46 //reg added for Datacaging
    45 //reg added for Datacaging
    47 START RESOURCE	tstapp_reg.rss
    46 START RESOURCE	tstapp_reg.rss
    48 TARGETPATH		/private/10003a3f/import/apps
    47 TARGETPATH		/private/10003a3f/import/apps
    49 END
    48 END
    50 
    49 
    51 START RESOURCE 	tstapp.rss
    50 START RESOURCE 	TSTAPP.rss
    52 TARGETPATH 		/resource/apps
    51 TARGETPATH 		/resource/apps
    53 END
    52 END
    54 
    53 
    55 START RESOURCE 	tstapp_loc.rss
    54 START RESOURCE 	tstapp_loc.rss
    56 TARGETPATH 		/resource/apps
    55 TARGETPATH 		/resource/apps
    99 SOURCE 			c8,1 tstappicon24x20.bmp tstappicon24x20m.bmp
    98 SOURCE 			c8,1 tstappicon24x20.bmp tstappicon24x20m.bmp
   100 SOURCE 			c8,1 tstappicon40x55.bmp tstappicon40x55m.bmp
    99 SOURCE 			c8,1 tstappicon40x55.bmp tstappicon40x55m.bmp
   101 END
   100 END
   102 
   101 
   103 LIBRARY 	euser.lib apparc.lib eikcore.lib cone.lib  
   102 LIBRARY 	euser.lib apparc.lib eikcore.lib cone.lib  
       
   103 
       
   104 SMPSAFE