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 the License "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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET VCXTestUtilModule.dll |
|
22 TARGETTYPE dll |
|
23 UID 0x1000008D 0x101FB3E3 |
|
24 |
|
25 #if defined(EKA2) |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 VENDORID 0x101FB657 |
|
28 SECUREID 0x102073DB |
|
29 #endif |
|
30 |
|
31 DEFFILE VCXTestUtilModule.def |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE IptvTestUtilModule.cpp |
|
35 SOURCE IptvTestUtilModuleBlocks.cpp |
|
36 |
|
37 USERINCLUDE ../inc |
|
38 USERINCLUDE ../../VCXTestCommon/inc |
|
39 |
|
40 APP_LAYER_SYSTEMINCLUDE |
|
41 |
|
42 LIBRARY euser.lib |
|
43 LIBRARY stiftestinterface.lib |
|
44 LIBRARY commdb.lib |
|
45 LIBRARY bafl.lib |
|
46 LIBRARY esock.lib |
|
47 LIBRARY FLOGGER.lib |
|
48 LIBRARY DownloadMgr.lib |
|
49 LIBRARY efsrv.lib |
|
50 LIBRARY tzclient.lib |
|
51 LIBRARY ezip.lib |
|
52 LIBRARY VCXTestCommon.lib |
|
53 |
|
54 LANG SC |
|
55 |
|
56 // End of File |