equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2009 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> // For RESOURCE_FILES_DIR |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 |
|
23 TARGET T_CGSPluginInterface.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000af5a 0x01700000 |
|
26 |
|
27 CAPABILITY ALL -TCB //-DRM |
|
28 VENDORID 0x00000000 |
|
29 |
|
30 SOURCEPATH Src |
|
31 SOURCE T_CGSPluginInterface.cpp |
|
32 |
|
33 // Sources required by the test suite |
|
34 SOURCEPATH Src |
|
35 SOURCE T_CGSPluginInterface_DllMain.cpp |
|
36 |
|
37 USERINCLUDE Src |
|
38 |
|
39 // User include folders required by the tested code |
|
40 USERINCLUDE ../../../../devmngt_dom/settings_plugin_api/inc |
|
41 USERINCLUDE ../../GSFramework/inc\ |
|
42 |
|
43 // Default system include paths for middleware layer modules. |
|
44 MW_LAYER_SYSTEMINCLUDE |
|
45 SYSTEMINCLUDE /epoc32/include/Digia/EUnit |
|
46 SYSTEMINCLUDE /epoc32/include/ecom |
|
47 |
|
48 LIBRARY EUnit.lib |
|
49 LIBRARY EUnitUtil.lib |
|
50 LIBRARY euser.lib |
|
51 LIBRARY GSFramework.lib |
|
52 LIBRARY GSEcomPlugin.lib |
|
53 LIBRARY ecom.lib |
|
54 |
|
55 // End of file |
|