omads/omadsextensions/dsutils/nsmlfolderutils/bld/nsmlfolderparser.mmp
branchRCL_3
changeset 52 4f0867e42d62
parent 1 95fdac6ccb5c
equal deleted inserted replaced
51:8e7494275d3a 52:4f0867e42d62
       
     1 /*
       
     2 * Copyright (c) 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:  Folder XML Parser mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "defaultcaps.hrh"
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY	CAP_GENERAL_DLL
       
    23 VENDORID 	VID_DEFAULT
       
    24 TARGET          nsmlfolderparser.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008d 0x20029F12
       
    27 
       
    28 #if defined(ARMCC)
       
    29 DEFFILE		./def/eabifolderparser
       
    30 #elif defined(WINSCW)
       
    31 DEFFILE		./def/bwinscwfolderparser
       
    32 #elif defined(WINS)
       
    33 DEFFILE		./def/bwinsfolderparser
       
    34 #else
       
    35 DEFFILE		./def/bmarmfolderparser
       
    36 #endif
       
    37 
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 USERINCLUDE 	../inc
       
    42 SOURCE		    nsmlxmlparser.cpp
       
    43 SOURCE          NSmlExtData.cpp
       
    44 SOURCE          NSmlFolderAttributeData.cpp
       
    45 SOURCE          NSmlFolderParser.cpp
       
    46 
       
    47 LIBRARY         euser.lib estor.lib efsrv.lib
       
    48