0
|
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 mmruf.dll
|
|
17 |
CAPABILITY ProtServ
|
|
18 |
TARGETTYPE plugin
|
|
19 |
UID 0x10009D8D 0x102825F6
|
|
20 |
VENDORID 0x70000001
|
|
21 |
|
|
22 |
SOURCEPATH ../src
|
|
23 |
SOURCE mmruf.cpp
|
|
24 |
SOURCE reader.cpp
|
|
25 |
SOURCE filereader.cpp
|
|
26 |
SOURCE bufferreader.cpp
|
|
27 |
SOURCE mp3parser.cpp
|
|
28 |
SOURCE aacparser.cpp
|
|
29 |
SOURCE mpeg4parser.cpp
|
|
30 |
SOURCE mpeg2parser.cpp
|
|
31 |
SOURCE matparser.cpp
|
|
32 |
SOURCE asfparser.cpp
|
|
33 |
SOURCE id3parser.cpp
|
|
34 |
SOURCE rmparser.cpp
|
|
35 |
SOURCE others.cpp
|
|
36 |
|
|
37 |
|
|
38 |
USERINCLUDE ../src
|
|
39 |
|
|
40 |
MW_LAYER_SYSTEMINCLUDE_SYMBIAN // Middleware Macro is required to make use of "apgcli.h" belonging to AppArc
|
|
41 |
|
|
42 |
LIBRARY euser.lib
|
|
43 |
LIBRARY apmime.lib
|
|
44 |
LIBRARY efsrv.lib
|
|
45 |
|
|
46 |
START RESOURCE mmruf.rss
|
|
47 |
TARGET mmruf.rsc
|
|
48 |
END
|
|
49 |
|
|
50 |
|
|
51 |
SMPSAFE
|