homescreenpluginsrv/homescreen_settings_api/group/hspluginsettings.mmp
changeset 0 79c6a41cd166
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2008 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 file
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19  
       
    20 TARGET		    hspluginsettings.dll
       
    21 TARGETTYPE	    dll
       
    22 UID                 0x20022FE0
       
    23 
       
    24 CAPABILITY      ALL -TCB 
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 USERINCLUDE	    ../inc
       
    28 
       
    29 MW_LAYER_SYSTEMINCLUDE
       
    30 
       
    31 SOURCEPATH	    ../src
       
    32 
       
    33 SOURCE	        hspluginsettings.cpp
       
    34 SOURCE          hspsconfiguration.cpp 
       
    35 SOURCE          itemmap.cpp 
       
    36 SOURCE          objectmap.cpp 
       
    37 SOURCE          plugininfo.cpp 
       
    38 SOURCE          pluginmap.cpp 
       
    39 SOURCE          propertymap.cpp
       
    40 
       
    41 
       
    42 
       
    43 nostrictdef
       
    44 
       
    45 LIBRARY		euser.lib
       
    46 LIBRARY         liwservicehandler.lib
       
    47 #ifdef ENABLE_ABIV2_MODE
       
    48 DEBUGGABLE
       
    49 #endif
       
    50