equal
deleted
inserted
replaced
|
1 // Copyright (c) 2002-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 // mediaclientvideodisplay.dll Video display client-side library |
|
15 // |
|
16 |
|
17 /** |
|
18 @file |
|
19 */ |
|
20 |
|
21 |
|
22 target mediaclientvideodisplay.dll |
|
23 CAPABILITY ALL -TCB |
|
24 targettype DLL |
|
25 UID 0x1000008d 0x10286695 |
|
26 VENDORID 0x70000001 |
|
27 UNPAGED |
|
28 |
|
29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
30 |
|
31 userinclude ../../src/Client/Video |
|
32 userinclude ../../src/Client/Utility |
|
33 |
|
34 SOURCEPATH ../../src/Client/Video |
|
35 |
|
36 source mediaclientvideodisplay.cpp |
|
37 source mediaclientvideodisplaybody.cpp |
|
38 source mediaclientextdisplayinterface.cpp |
|
39 |
|
40 library ws32.lib |
|
41 library euser.lib |
|
42 library mmfcontrollerframework.lib |
|
43 library mmfstandardcustomcommands.lib |
|
44 library ecom.lib |
|
45 |
|
46 nostrictdef |
|
47 |
|
48 // MACRO __ENABLE_MEDIA_CLIENT_VIDEO_TRACE__ |
|
49 |
|
50 SMPSAFE |
|
51 |
|
52 |