0
|
1 |
// Copyright (c) 2002-2010 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 |
source mediaclientextdisplayhandler.cpp
|
|
40 |
source mediaclientwseventobserver.cpp
|
|
41 |
source mediaclientpolicyserverclient.cpp
|
|
42 |
source mediaclientpolicyserversession.cpp
|
|
43 |
|
|
44 |
library ws32.lib
|
|
45 |
library euser.lib
|
|
46 |
library mmfcontrollerframework.lib
|
|
47 |
library mmfstandardcustomcommands.lib
|
|
48 |
library ecom.lib
|
|
49 |
library centralrepository.lib
|
|
50 |
|
|
51 |
MACRO MEDIA_CLIENT_SURFACE_NOT_REMOVED_FROM_CLIENT_WINDOW
|
|
52 |
|
|
53 |
nostrictdef
|
|
54 |
|
|
55 |
SMPSAFE
|