diff -r 8e7494275d3a -r 4f0867e42d62 omads/omadsextensions/dsutils/nsmlfolderutils/bld/nsmlfolderparser.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/omads/omadsextensions/dsutils/nsmlfolderutils/bld/nsmlfolderparser.mmp Wed Sep 01 12:30:02 2010 +0100 @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Folder XML Parser mmp file +* +*/ + + +#include "defaultcaps.hrh" +#include + +CAPABILITY CAP_GENERAL_DLL +VENDORID VID_DEFAULT +TARGET nsmlfolderparser.dll +TARGETTYPE dll +UID 0x1000008d 0x20029F12 + +#if defined(ARMCC) +DEFFILE ./def/eabifolderparser +#elif defined(WINSCW) +DEFFILE ./def/bwinscwfolderparser +#elif defined(WINS) +DEFFILE ./def/bwinsfolderparser +#else +DEFFILE ./def/bmarmfolderparser +#endif + +APP_LAYER_SYSTEMINCLUDE + +SOURCEPATH ../src +USERINCLUDE ../inc +SOURCE nsmlxmlparser.cpp +SOURCE NSmlExtData.cpp +SOURCE NSmlFolderAttributeData.cpp +SOURCE NSmlFolderParser.cpp + +LIBRARY euser.lib estor.lib efsrv.lib +