appfw/apparchitecture/tef/TAppInstall/TestAppInstall.mmp
changeset 0 2e3d3ce01487
child 29 6a787171e1de
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2006-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 // using relative paths for sourcepath and user includes
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @test
       
    21  @internalComponent - Internal Symbian test code
       
    22 */
       
    23 
       
    24 TARGET        		testappinstall.exe
       
    25 TARGETTYPE    		exe
       
    26 UID           		0x100039CE 0x102826DD
       
    27 VENDORID 	  		0x70000001
       
    28 
       
    29 SOURCEPATH    .
       
    30 SOURCE		  TestAppInstall.cpp
       
    31 
       
    32 USERINCLUDE   	.
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 //SYSTEMINCLUDE 	/epoc32/include/techview
       
    37 
       
    38 
       
    39 START RESOURCE	TestAppInstall.rss
       
    40 HEADER
       
    41 TARGETPATH		/resource/apps
       
    42 end
       
    43 
       
    44 START RESOURCE	TestAppInstall_reg.rss
       
    45 TARGETPATH		/apparctest
       
    46 END
       
    47 
       
    48 LIBRARY       euser.lib apparc.lib cone.lib eikcore.lib gdi.lib
       
    49 
       
    50 SMPSAFE