appfw/apparchitecture/tef/tnotifydrivesapp/tnotifydrivesapp.mmp
changeset 0 2e3d3ce01487
child 19 924385140d98
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2007-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        		tnotifydrivesapp.exe
       
    25 TARGETTYPE    		exe
       
    26 TARGETPATH      	/sys/bin
       
    27 UID           		0x100039CE 0xA0003376
       
    28 VENDORID 	  		0x70000001
       
    29 
       
    30 SOURCEPATH    	.
       
    31 SOURCE		tnotifydrivesapp.cpp
       
    32 
       
    33 USERINCLUDE   	.
       
    34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 //SYSTEMINCLUDE 	/epoc32/include/techview
       
    37 
       
    38 SOURCEPATH	.
       
    39 RESOURCE 	tnotifydrivesapp.rss
       
    40 START RESOURCE	tnotifydrivesapp.rss
       
    41 TARGETPATH	/system/data
       
    42 LANG		SC
       
    43 END
       
    44 
       
    45 SOURCEPATH	.
       
    46 START RESOURCE	tnotifydrivesapp_reg.rss
       
    47 TARGETPATH /system/data
       
    48 END
       
    49 
       
    50 LIBRARY       euser.lib apparc.lib cone.lib eikcore.lib gdi.lib
       
    51 
       
    52 SMPSAFE