customization/ScreenSaverAdapter/ScreenSaverServer/Group/ScreenSaverClient.mmp
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     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: Implementation of customization components
       
    15 *
       
    16 */
       
    17  
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 #include "defaultcaps.hrh"
       
    23 
       
    24 CAPABILITY	CAP_CLIENT_DLL 
       
    25 
       
    26 TARGET        screensaverclient.dll
       
    27 TARGETTYPE    dll
       
    28 UID           0x1000008D 0x2000F8AC
       
    29 VENDORID 	  VID_DEFAULT
       
    30 
       
    31 SOURCEPATH    ../src
       
    32 SOURCE        ScreenSaverClient.cpp
       
    33 
       
    34 USERINCLUDE   ../inc
       
    35 USERINCLUDE   ../../../include
       
    36 
       
    37 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    38 
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 
       
    42 LIBRARY      	euser.lib  
       
    43 LIBRARY		 	ecom.lib
       
    44 
       
    45 LIBRARY 		flogger.lib
       
    46 LIBRARY 		estor.lib
       
    47 LIBRARY 		bafl.lib 
       
    48 LIBRARY 		efsrv.lib 
       
    49 
       
    50 SMPSAFE