localisation/apparchitecture/tef/TAppInstall/TestAppInstall.mmp
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-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.
    13 // Description:
    13 // Description:
    14 // using relative paths for sourcepath and user includes
    14 // using relative paths for sourcepath and user includes
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 
       
    19 
       
    20 /**
    18 /**
    21  @file
    19  @file
    22  @test
    20  @test
    23  @internalComponent - Internal Symbian test code
    21  @internalComponent - Internal Symbian test code
    24 */
    22 */
    25 
    23 
    26 #include <platform_paths.hrh>
    24 TARGET        		testappinstall.exe
    27 
       
    28 TARGET        		TestAppInstall.exe
       
    29 TARGETTYPE    		exe
    25 TARGETTYPE    		exe
    30 UID           		0x100039CE 0x102826DD
    26 UID           		0x100039CE 0x102826DD
    31 VENDORID 	  		0x70000001
    27 VENDORID 	  		0x70000001
    32 
    28 
    33 SOURCEPATH    .
    29 SOURCEPATH    .
    34 SOURCE		  TestAppInstall.cpp
    30 SOURCE		  TestAppInstall.cpp
    35 
    31 
    36 USERINCLUDE   	.
    32 USERINCLUDE   	.
    37 SYSTEMINCLUDE 	/epoc32/include
       
    38 SYSTEMINCLUDE 	/epoc32/include/techview
       
    39 
    33 
    40 MW_LAYER_SYSTEMINCLUDE
    34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 //SYSTEMINCLUDE 	/epoc32/include/techview
    41 
    37 
    42 START RESOURCE	TestAppInstall.RSS
    38 
       
    39 START RESOURCE	TestAppInstall.rss
    43 HEADER
    40 HEADER
    44 TARGETPATH		/Resource/Apps
    41 TARGETPATH		/resource/apps
    45 end
    42 end
    46 
    43 
    47 START RESOURCE	TestAppInstall_reg.rss
    44 START RESOURCE	TestAppInstall_reg.rss
    48 TARGETPATH		/apparctest
    45 TARGETPATH		/apparctest
    49 END
    46 END
    50 
    47 
    51 LIBRARY       euser.lib apparc.lib cone.lib eikcore.lib gdi.lib
    48 LIBRARY       euser.lib apparc.lib cone.lib eikcore.lib gdi.lib
       
    49 
       
    50 SMPSAFE