equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2008 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: MMP file for tspreviewprovider dll |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <defaultcaps.hrh> |
|
21 |
|
22 TARGET tspreviewprovider.dll |
|
23 TARGETTYPE DLL |
|
24 UID 0x1000008D 0x20016BEB |
|
25 CAPABILITY CAP_CLIENT_DLL |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 USERINCLUDE ../inc |
|
29 USERINCLUDE ../../trace |
|
30 |
|
31 MW_LAYER_SYSTEMINCLUDE |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE tspreviewprovider.cpp |
|
35 SOURCE tspreviewproviderclient.cpp |
|
36 SOURCE tspropertylistener.cpp |
|
37 |
|
38 LIBRARY euser.lib |
|
39 LIBRARY ws32.lib |
|
40 LIBRARY estor.lib |
|
41 DEBUGLIBRARY flogger.lib |
|