mmplugins/lib3gp/wrapper/group/3gplibrary.mmp
author William Roberts <williamr@symbian.org>
Mon, 08 Mar 2010 21:44:53 +0000
branchCompilerCompatibility
changeset 4 24f5986762de
parent 0 40261b775718
permissions -rw-r--r--
Create CompilerCompatibility branch

// Copyright (c) 2008-2009 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:
//

#ifdef WINS
MACRO COMPOSE_DEBUG
MACRO PARSE_DEBUG
#endif

TARGET 		3gplibrary.dll
CAPABILITY ALL -TCB
TARGETTYPE	dll
UID			0x1000008d 0x102834C6 //KSharedLibraryUid

VENDORID 	0x70000001

// macro _F32_STRICT_64_BIT_MIGRATION

SOURCEPATH	../src
SOURCE		c3gpcompose.cpp
SOURCE		c3gpparse.cpp

USERINCLUDE	../inc

OS_LAYER_SYSTEMINCLUDE_SYMBIAN

LIBRARY 	euser.lib
LIBRARY 	efsrv.lib
LIBRARY		ecom.lib
LIBRARY		3gpmp4lib.lib

NOSTRICTDEF

SMPSAFE