mmfenh/profilesettingsmonitor/group/ProfileSettingsMonitor.mmp
changeset 0 71ca22bcf22a
child 18 a36789189b53
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Project definition file for ProfileSettingsMonitor
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          ProfileSettingsMonitor.exe
       
    21 TARGETTYPE      EXE
       
    22 UID             0x1000008D 0x10207B7D			
       
    23 
       
    24 CAPABILITY 	CAP_SERVER MultiMediaDD
       
    25 VENDORID 	VID_DEFAULT
       
    26 
       
    27 //MW_LAYER_SYSTEMINCLUDE 
       
    28 // enable the above macro if profile engine moves to mw.
       
    29 
       
    30 // Default system include paths for application layer modules.
       
    31 APP_LAYER_SYSTEMINCLUDE
       
    32 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 
       
    38 SOURCE          ProfileSettingsMonitorServer.cpp
       
    39 SOURCE          ProfileSettingsMonitorServerImpl.cpp
       
    40 
       
    41 LIBRARY		    ProfileEngine.lib
       
    42 LIBRARY		centralrepository.lib
       
    43 LIBRARY         euser.lib
       
    44 
       
    45 epocprocesspriority background
       
    46 
       
    47 SMPSAFE
       
    48 
       
    49 //-----------------------------------------------------------------------------
       
    50 //  End of File
       
    51 //-----------------------------------------------------------------------------