os/mm/mmplugins/lib3gp/impl/group/3gpmp4lib.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) 2006-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 TARGET          3gpmp4lib.dll
    17 TARGETTYPE      DLL
    18 UID             0x1000008d 0x101FD659   //KSharedLibraryUid
    19 
    20 VENDORID        0x70000001
    21 
    22 CAPABILITY      ALL -TCB
    23 
    24 // macro _F32_STRICT_64_BIT_MIGRATION
    25 
    26 SOURCEPATH      ../src
    27 SOURCE          atom.cpp
    28 SOURCE          buffer.cpp
    29 SOURCE          compose.cpp
    30 SOURCE          currenttime.cpp
    31 SOURCE          endian.cpp
    32 SOURCE          file.cpp
    33 SOURCE          list.cpp
    34 SOURCE          memwrap.cpp
    35 SOURCE          mp4compose.cpp
    36 SOURCE          mp4parse.cpp
    37 SOURCE          filewriter.cpp
    38 SOURCE          metadatafilewriter.cpp
    39 SOURCE			asyncfileparser.cpp
    40 
    41 USERINCLUDE     ../inc
    42 
    43 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    44 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    45 
    46 LIBRARY         euser.lib
    47 LIBRARY         efsrv.lib
    48 LIBRARY         estlib.lib
    49 LIBRARY         caf.lib
    50 LIBRARY         cafutils.lib
    51 
    52 SMPSAFE