phonebookui/Phonebook2/NewContactLauncher/group/NewContactLauncher.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 * 
       
    14 * Description: This is the project specification file for NewContactLauncher.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET			NewContactLauncher.exe
       
    23 TARGETTYPE		exe
       
    24 UID		  0x100039CE 0x20026FC2
       
    25 
       
    26 SOURCEPATH		../src
       
    27 SOURCE			NewContactLauncher.cpp
       
    28 SOURCE			NewContactLauncherApplication.cpp
       
    29 SOURCE			NewContactLauncherAppView.cpp
       
    30 SOURCE			NewContactLauncherAppUi.cpp
       
    31 SOURCE			NewContactLauncherDocument.cpp
       
    32 
       
    33 SOURCEPATH		../data
       
    34 
       
    35 START RESOURCE	NewContactLauncher.rss
       
    36 HEADER
       
    37 TARGET NewContactLauncher
       
    38 TARGETPATH resource/apps
       
    39 END //RESOURCE
       
    40 
       
    41 START RESOURCE	NewContactLauncher_reg.rss
       
    42 DEPENDS newcontactlauncher.rsg
       
    43 TARGET NewContactLauncher_reg
       
    44 TARGETPATH 	  /private/10003a3f/apps
       
    45 END //RESOURCE
       
    46 
       
    47 
       
    48 
       
    49 USERINCLUDE	   ../inc
       
    50 
       
    51 SYSTEMINCLUDE   ../inc
       
    52 APP_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 LIBRARY		   euser.lib
       
    55 LIBRARY		   apparc.lib
       
    56 LIBRARY		   cone.lib
       
    57 LIBRARY		   eikcore.lib
       
    58 LIBRARY		   avkon.lib
       
    59 LIBRARY		   commonengine.lib
       
    60 LIBRARY		   efsrv.lib 
       
    61 LIBRARY		   estor.lib
       
    62 LIBRARY        aknnotify.lib
       
    63 LIBRARY        hlplch.lib
       
    64 LIBRARY 	   servicehandler.lib 
       
    65 LIBRARY		   bafl.lib apgrfx.lib
       
    66 
       
    67 LANG SC
       
    68 
       
    69 VENDORID	  	  0
       
    70 SECUREID		  0x20026FC2
       
    71 CAPABILITY	  	  ReadUserData WriteUserData ReadDeviceData WriteDeviceData
       
    72 
       
    73 #ifdef ENABLE_ABIV2_MODE
       
    74 DEBUGGABLE_UDEBONLY
       
    75 #endif
       
    76 // End of File