camcordermmfplugin/filecomposer/Group/camc3GPDataSink.mmp
changeset 42 605672cc2a86
parent 35 35844111a233
equal deleted inserted replaced
39:e80a5e3e883f 42:605672cc2a86
     1 /*
     1 /*
     2 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    23 TARGET          camc3gpsink.dll
    23 TARGET          camc3gpsink.dll
    24 TARGETTYPE      DLL
    24 TARGETTYPE      DLL
    25 UID             0x1000008d 0x101F8505	//KSharedLibraryUid
    25 UID             0x1000008d 0x101F8505	//KSharedLibraryUid
    26 
    26 
    27 VENDORID        VID_DEFAULT
    27 VENDORID        VID_DEFAULT
    28 CAPABILITY 		CAP_GENERAL_DLL
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VERSION         10.1
    29 
    30 
    30 SOURCEPATH      ../Src
    31 SOURCEPATH      ../Src
    31 SOURCE          CamC3GPDataSinkImp.cpp
    32 SOURCE          CamC3GPDataSinkImp.cpp
    32 
    33 
    33 USERINCLUDE     ../Inc
    34 USERINCLUDE     ../Inc
    34 USERINCLUDE     ../../mediarecorder/Inc
    35 USERINCLUDE     ../../mediarecorder/Inc
    35 USERINCLUDE	../../../inc   // ADo level inc dir
    36 USERINCLUDE     ../traces
    36 USERINCLUDE	../traces
       
    37 
    37 
    38 // Default system include paths for application layer modules.
    38 // Default system include paths for application layer modules.
    39 MW_LAYER_SYSTEMINCLUDE
    39 MW_LAYER_SYSTEMINCLUDE
    40 SYSTEMINCLUDE	/epoc32/include/libc
    40 SYSTEMINCLUDE	/epoc32/include/libc
    41 
    41