os/mm/mmlibs/mmfw/Recogniser/mmpfiles/mmruf.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmlibs/mmfw/Recogniser/mmpfiles/mmruf.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,51 @@
     1.4 +// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +TARGET			mmruf.dll
    1.20 +CAPABILITY		ProtServ 
    1.21 +TARGETTYPE		plugin
    1.22 +UID				0x10009D8D 0x102825F6
    1.23 +VENDORID		0x70000001
    1.24 +
    1.25 +SOURCEPATH		../src
    1.26 +SOURCE			mmruf.cpp
    1.27 +SOURCE			reader.cpp
    1.28 +SOURCE			filereader.cpp
    1.29 +SOURCE			bufferreader.cpp
    1.30 +SOURCE			mp3parser.cpp
    1.31 +SOURCE			aacparser.cpp
    1.32 +SOURCE			mpeg4parser.cpp
    1.33 +SOURCE			mpeg2parser.cpp
    1.34 +SOURCE			matparser.cpp
    1.35 +SOURCE			asfparser.cpp
    1.36 +SOURCE			id3parser.cpp
    1.37 +SOURCE			rmparser.cpp
    1.38 +SOURCE			others.cpp
    1.39 +
    1.40 +
    1.41 +USERINCLUDE		../src
    1.42 +
    1.43 +MW_LAYER_SYSTEMINCLUDE_SYMBIAN // Middleware Macro is required to make use of "apgcli.h" belonging to AppArc
    1.44 +
    1.45 +LIBRARY			euser.lib
    1.46 +LIBRARY			apmime.lib
    1.47 +LIBRARY			efsrv.lib
    1.48 +
    1.49 +START RESOURCE mmruf.rss
    1.50 +TARGET	mmruf.rsc
    1.51 +END
    1.52 +
    1.53 +
    1.54 +SMPSAFE