camcordermmfplugin/filecomposer/Group/camc3GPDataSink.mmp
changeset 0 9b3e960ffc8a
child 10 6bc4220d7f67
equal deleted inserted replaced
-1:000000000000 0:9b3e960ffc8a
       
     1 /*
       
     2 * Copyright (c) 2002-2008 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:  3GP file composer MMP file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 NOEXPORTLIBRARY
       
    22 
       
    23 TARGET          camc3gpsink.dll
       
    24 TARGETTYPE      DLL
       
    25 UID             0x1000008d 0x101F8505	//KSharedLibraryUid
       
    26 
       
    27 VENDORID        VID_DEFAULT
       
    28 CAPABILITY 		CAP_GENERAL_DLL
       
    29 
       
    30 SOURCEPATH      ../Src
       
    31 SOURCE          CamC3GPDataSinkImp.cpp
       
    32 
       
    33 USERINCLUDE     ../Inc
       
    34 USERINCLUDE     ../../mediarecorder/Inc
       
    35 USERINCLUDE	    ../../../inc   // ADo level inc dir
       
    36 
       
    37 // Default system include paths for application layer modules.
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 SYSTEMINCLUDE	/epoc32/include/libc
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         efsrv.lib
       
    43 LIBRARY         estlib.lib
       
    44 LIBRARY         3GPMP4Lib.lib
       
    45 LIBRARY	        centralrepository.lib
       
    46 LIBRARY         mmfcontrollerframework.lib
       
    47 LIBRARY	        ecom.lib