homescreenpluginsrv/hspsdom/group/hspsdomdocument.mmp
changeset 0 79c6a41cd166
child 11 bd874ee5e5e2
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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 .mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET      hspsdomdocument.dll
       
    22 CAPABILITY  CAP_GENERAL_DLL
       
    23 TARGETTYPE  dll
       
    24 UID         0x1000008d 0x200159BB //old uid 10207392
       
    25 VENDORID    VID_DEFAULT
       
    26 
       
    27 SOURCEPATH  ../src 
       
    28 
       
    29 SOURCE      hspsdomdocument.cpp
       
    30 SOURCE      hspsdomnode.cpp
       
    31 SOURCE      hspsdomattribute.cpp
       
    32 SOURCE      hspsdomlist.cpp
       
    33 SOURCE      hspsdomdepthiterator.cpp
       
    34 SOURCE      hspsdomstringpool.cpp
       
    35 
       
    36 USERINCLUDE . 
       
    37 USERINCLUDE ../inc
       
    38 USERINCLUDE ../../inc
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 LIBRARY     euser.lib
       
    43 LIBRARY     estor.lib
       
    44 LIBRARY     gdi.lib
       
    45 
       
    46 
       
    47 
       
    48 LANG      SC
       
    49 
       
    50 START WINS      
       
    51 
       
    52 END
       
    53 
       
    54 START MARM
       
    55 
       
    56 END