testapps/rschandler/TVResourceHandler/group/ResourceHandler.mmp
changeset 0 9736f095102e
equal deleted inserted replaced
-1:000000000000 0:9736f095102e
       
     1 // Copyright (c) 2004-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 #define TV
       
    19 
       
    20 
       
    21 TARGET        resourcehandler.exe
       
    22 TARGETTYPE    exe
       
    23 
       
    24 epocstacksize 0x5000
       
    25 
       
    26 UID           0x100039CE 0x101FD147
       
    27 
       
    28 CAPABILITY	ProtServ DiskAdmin
       
    29 
       
    30 SOURCEPATH    ../../Common/src
       
    31 SOURCE        ResourceHandler_Main.cpp
       
    32 SOURCE        ResourceHandler_Application.cpp
       
    33 SOURCE        ResourceHandler_Document.cpp
       
    34 SOURCE        ResourceHandler_AppUi.cpp
       
    35 SOURCE        ResourceHandler_ResourceView.cpp
       
    36 SOURCE	      ResourceHandler_Dialogs.cpp
       
    37 SOURCE	      ResourceHandler_ResourceList.cpp
       
    38 SOURCE	      ResourceHandler_ResourceDetails.cpp
       
    39 
       
    40 USERINCLUDE   . ../inc ../../Common/inc
       
    41 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    42 #ifdef TV
       
    43 #endif
       
    44 
       
    45 
       
    46 START RESOURCE		../rsc/ResourceHandler.rss
       
    47 	HEADER
       
    48 	TARGETPATH		/resource/apps
       
    49 END
       
    50 
       
    51 START RESOURCE		../rsc/ResourceHandler_loc.rss
       
    52 	TARGETPATH		/resource/apps
       
    53 END
       
    54 
       
    55 START RESOURCE		../rsc/ResourceHandler_reg.rss
       
    56 	TARGETPATH		/private/10003a3f/apps
       
    57 END
       
    58 
       
    59 
       
    60 LIBRARY       euser.lib apparc.lib cone.lib eikcore.lib ws32.lib apgrfx.lib
       
    61 LIBRARY		  eikcoctl.lib efsrv.lib eikctl.lib gdi.lib
       
    62 LIBRARY	      eikdlg.lib bafl.lib hal.lib 
       
    63 #ifdef UIQ
       
    64 LIBRARY	      qikctl.lib
       
    65 #endif
       
    66 
       
    67 VENDORID 0x70000001