homescreenpluginsrv/hspsdom/group/hspsdomdocument.mmp
branchRCL_3
changeset 30 a5a39a295112
equal deleted inserted replaced
29:0efa10d348c0 30:a5a39a295112
       
     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 SOURCE      hspsdomstringpooloptimizer.cpp
       
    36 
       
    37 USERINCLUDE . 
       
    38 USERINCLUDE ../inc
       
    39 USERINCLUDE ../../inc
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 LIBRARY     euser.lib
       
    44 LIBRARY     estor.lib
       
    45 LIBRARY     gdi.lib
       
    46 
       
    47 
       
    48 
       
    49 LANG      SC
       
    50 
       
    51 START WINS      
       
    52 
       
    53 END
       
    54 
       
    55 START MARM
       
    56 
       
    57 END