|
1 /* |
|
2 * Copyright (c) 2006-2006 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: Definition of project MceClientStub |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
20 #include <platform_paths.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 #include<eunitcaps.h> |
|
23 |
|
24 TARGET mceclientstub.dll |
|
25 TARGETTYPE dll |
|
26 UID 0x1000008d 0x00000111 // Experimental UID |
|
27 |
|
28 CAPABILITY EUNIT_CAPS |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE mcemanager.cpp |
|
33 SOURCE mcesession.cpp |
|
34 SOURCE mceoutsession.cpp |
|
35 SOURCE mceinsession.cpp |
|
36 SOURCE mcestreambundle.cpp |
|
37 SOURCE mcemediastream.cpp |
|
38 SOURCE mcevideostream.cpp |
|
39 SOURCE mceaudiostream.cpp |
|
40 SOURCE mcemediasource.cpp |
|
41 SOURCE mcecamerasource.cpp |
|
42 SOURCE mcefilesource.cpp |
|
43 SOURCE mcefilesink.cpp |
|
44 SOURCE mcertpsource.cpp |
|
45 SOURCE mcemediasink.cpp |
|
46 SOURCE mcedisplaysink.cpp |
|
47 SOURCE mcertpsink.cpp |
|
48 SOURCE mcespeakersink.cpp |
|
49 SOURCE mcecodec.cpp |
|
50 SOURCE mceaudiocodec.cpp |
|
51 SOURCE mceamrcodec.cpp |
|
52 SOURCE mcevideocodec.cpp |
|
53 SOURCE mceh263codec.cpp |
|
54 SOURCE mceavccodec.cpp |
|
55 SOURCE mcetransactiondatacontainer.cpp |
|
56 SOURCE staticdllentry.cpp |
|
57 |
|
58 USERINCLUDE ../inc |
|
59 |
|
60 // Default system include paths for application layer modules. |
|
61 APP_LAYER_SYSTEMINCLUDE |
|
62 |
|
63 LIBRARY euser.lib |
|
64 LIBRARY bafl.lib |
|
65 |
|
66 |
|
67 EXPORTUNFROZEN |