homescreenpluginsrv/hspsdefinitionengine/hspsdefinitionengine/group/hspsdefinitionengine.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:  mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET            hspsdefinitionengine.dll
       
    22 TARGETTYPE  	  PLUGIN
       
    23 // ECom Dll recognition UID followed by the unique UID for this dll
       
    24 UID               0x10009D8D 0x200159BA
       
    25 CAPABILITY  	  CAP_ECOM_PLUGIN
       
    26 VENDORID          VID_DEFAULT
       
    27 
       
    28 SOURCEPATH  ../src 
       
    29 SOURCE      hspsdefinitionengine.cpp
       
    30 SOURCE      hspsxmlhandler.cpp
       
    31 SOURCE      hspsdtdentity.cpp
       
    32 SOURCE      hspslocaleparser.cpp
       
    33 SOURCE      hspsdefinitionengineproxy.cpp
       
    34 
       
    35 
       
    36 START RESOURCE 200159ba.rss
       
    37 #ifdef SYMBIAN_SECURE_ECOM
       
    38 TARGET		hspsdefinitionengine.rsc
       
    39 #endif
       
    40 END
       
    41 
       
    42 
       
    43 USERINCLUDE . 
       
    44 USERINCLUDE ../inc
       
    45 USERINCLUDE ../../../inc
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 SYSTEMINCLUDE   /epoc32/include/libc
       
    50 SYSTEMINCLUDE   /epoc32/include/xml
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         bafl.lib
       
    54 LIBRARY         efsrv.lib
       
    55 LIBRARY         estor.lib
       
    56 LIBRARY         xmlframework.lib 
       
    57 LIBRARY         flogger.lib
       
    58 LIBRARY         hspsodt.lib
       
    59 LIBRARY         hspsdomdocument.lib
       
    60 LIBRARY         charconv.lib
       
    61 LIBRARY         hspsdefinitionengineinterface.lib
       
    62 LIBRARY         ecom.lib
       
    63 
       
    64 LANG      SC
       
    65 
       
    66 
       
    67 
       
    68 
       
    69 
       
    70 
       
    71 // End of File