uifw/AvKon/aknconf/group/aknconf.mmp
changeset 0 2f259fa3e83a
child 18 fcdfafb36fe7
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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 aknconf.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET			aknconf.exe
       
    23 TARGETTYPE		exe
       
    24 UID		        0x100039CE 0x20021193
       
    25 
       
    26 SOURCEPATH              ../src
       
    27 SOURCE                  aknconf.cpp
       
    28 SOURCE                  aknconfapplication.cpp
       
    29 SOURCE                  aknconfappui.cpp
       
    30 SOURCE                  aknconfdocument.cpp
       
    31 SOURCE                  aknconfsettinglist.cpp
       
    32 SOURCE	                aknconfsettingitem.cpp
       
    33 SOURCE                  aknconfview.cpp
       
    34 SOURCE                  aknconfgesturesettinglist.cpp
       
    35 SOURCE                  aknconfphysicssettinglist.cpp
       
    36 
       
    37 SOURCEPATH		../data
       
    38 
       
    39 START RESOURCE	aknconf.rss
       
    40 HEADER
       
    41 TARGET          aknconf
       
    42 TARGETPATH      resource/apps
       
    43 END //RESOURCE
       
    44 
       
    45 START RESOURCE  aknconfphysics.rss
       
    46 HEADER
       
    47 TARGET          aknconfphysics
       
    48 TARGETPATH      resource/apps
       
    49 END //RESOURCE
       
    50 
       
    51 START RESOURCE  aknconfgesture.rss
       
    52 HEADER
       
    53 TARGET          aknconfgesture
       
    54 TARGETPATH      resource/apps
       
    55 END //RESOURCE
       
    56 
       
    57 START RESOURCE	aknconf_reg.rss
       
    58 TARGET          aknconf_reg
       
    59 TARGETPATH 	    /private/10003a3f/apps
       
    60 END //RESOURCE
       
    61 
       
    62 
       
    63 
       
    64 USERINCLUDE	   ../inc
       
    65 USERINCLUDE    ../../../../inc
       
    66 
       
    67 // This is a SYSTEMINCLUDE macro containing the applications
       
    68 // layer specific include directories
       
    69 APP_LAYER_SYSTEMINCLUDE
       
    70 
       
    71 LIBRARY		   euser.lib
       
    72 LIBRARY		   apparc.lib
       
    73 LIBRARY		   cone.lib
       
    74 LIBRARY		   eikcore.lib
       
    75 LIBRARY		   avkon.lib
       
    76 LIBRARY		   commonengine.lib
       
    77 LIBRARY		   efsrv.lib 
       
    78 LIBRARY		   estor.lib
       
    79 LIBRARY        aknnotify.lib
       
    80 LIBRARY        centralrepository.lib
       
    81 LIBRARY        eikcoctl.lib
       
    82 LIBRARY        bafl.lib
       
    83  
       
    84 
       
    85 LANG SC
       
    86 
       
    87 VENDORID	  	  0
       
    88 SECUREID		  0x20021193
       
    89 CAPABILITY      WriteDeviceData ReadUserData
       
    90 
       
    91 #ifdef ENABLE_ABIV2_MODE
       
    92 DEBUGGABLE
       
    93 #endif
       
    94 // End of File