|
1 /* |
|
2 * Copyright (c) 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: This is the .mmp for building the SVGT File Details dialog DLL. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // |
|
20 // |
|
21 // using relative paths for sourcepath and user includes |
|
22 // exports are unfrozen |
|
23 #include <data_caging_paths.hrh> |
|
24 #include <platform_paths.hrh> |
|
25 |
|
26 TARGET svgtfileviewdetails.dll |
|
27 TARGETTYPE dll |
|
28 UID 0x1000008d 0x10004420 |
|
29 |
|
30 CAPABILITY CAP_GENERAL_DLL |
|
31 VENDORID VID_DEFAULT |
|
32 |
|
33 SOURCEPATH ../data |
|
34 |
|
35 LANGUAGE_IDS |
|
36 |
|
37 // This is a SYSTEMINCLUDE macro containing the applications |
|
38 // layer specific include directories |
|
39 APP_LAYER_SYSTEMINCLUDE |
|
40 |
|
41 START RESOURCE svgtfileviewdetails.rss |
|
42 TARGETPATH RESOURCE_FILES_DIR |
|
43 HEADER |
|
44 LANGUAGE_IDS |
|
45 END // RESOURCE |
|
46 |
|
47 SOURCEPATH ../SvgtFileViewDetailsSrc |
|
48 SOURCE svgtfileviewdetails.cpp |
|
49 SOURCE SVGTDrmHelper.cpp |
|
50 |
|
51 USERINCLUDE ../SvgtFileViewDetailsInc |
|
52 |
|
53 |
|
54 LIBRARY euser.lib |
|
55 LIBRARY efsrv.lib |
|
56 LIBRARY cone.lib |
|
57 LIBRARY bafl.lib |
|
58 LIBRARY eikcoctl.lib |
|
59 LIBRARY caf.lib |
|
60 LIBRARY avkon.lib |
|
61 LIBRARY drmhelper.lib |
|
62 LIBRARY CommonEngine.lib |
|
63 LIBRARY tzclient.lib |
|
64 |
|
65 #if defined(WINSCW) |
|
66 deffile ../BWINSCW/svgtfileviewdetails.def |
|
67 #elif defined(ARMCC) |
|
68 deffile ../EABI/svgtfileviewdetails.def |
|
69 #endif |
|
70 |
|
71 nostrictdef |
|
72 //exportunfrozen |
|
73 |
|
74 // End of file |
|
75 |