os/mm/mmplugins/lib3gp/wrapper/group/3gplibrary.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #ifdef WINS
    17 MACRO COMPOSE_DEBUG
    18 MACRO PARSE_DEBUG
    19 #endif
    20 
    21 TARGET 		3gplibrary.dll
    22 CAPABILITY ALL -TCB
    23 TARGETTYPE	dll
    24 UID			0x1000008d 0x102834C6 //KSharedLibraryUid
    25 
    26 VENDORID 	0x70000001
    27 
    28 // macro _F32_STRICT_64_BIT_MIGRATION
    29 
    30 SOURCEPATH	../src
    31 SOURCE		c3gpcompose.cpp
    32 SOURCE		c3gpparse.cpp
    33 
    34 USERINCLUDE	../inc
    35 
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    37 
    38 LIBRARY 	euser.lib
    39 LIBRARY 	efsrv.lib
    40 LIBRARY		ecom.lib
    41 LIBRARY		3gpmp4lib.lib
    42 
    43 NOSTRICTDEF
    44 
    45 SMPSAFE