homescreenpluginsrv/hspsdefinitionengine/hspsdefinitionengineinterface/group/hspsdefinitionengineinterface.mmp
changeset 0 79c6a41cd166
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2005,2006 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 makefile for hspsdefinitionengineinterface
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET      hspsdefinitionengineinterface.dll
       
    22 CAPABILITY  CAP_GENERAL_DLL
       
    23 TARGETTYPE  dll
       
    24 // Dll recognition UID followed by the unique UID for this dll
       
    25 UID         0x1000008d 0x200159B9// old: 10207481
       
    26 VENDORID    VID_DEFAULT
       
    27 
       
    28 SOURCEPATH	../src 
       
    29 SOURCE      hspsdefinitionengineinterface.cpp
       
    30 
       
    31 USERINCLUDE . 
       
    32 USERINCLUDE ../inc
       
    33 USERINCLUDE ../../hspsdefinitionengine/inc
       
    34 USERINCLUDE ../../../inc
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 LIBRARY         euser.lib
       
    39 LIBRARY         ecom.lib 
       
    40 LIBRARY         charconv.lib 
       
    41 LIBRARY         hspsodt.lib 
       
    42 
       
    43 LANG			SC
       
    44 
       
    45 START WINS      
       
    46 
       
    47 END
       
    48 
       
    49 START MARM
       
    50 
       
    51 END
       
    52 
       
    53 
       
    54