|
1 /* |
|
2 * Copyright (c) 2002 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: STIF TestFramework's sapsettingstest, Stif test module is Hard coded type |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #if defined(__S60_) |
|
20 #include <platform_paths.hrh> |
|
21 #endif |
|
22 |
|
23 TARGET wvsapsettingstest.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008D 0x101FB3E7 |
|
26 |
|
27 CAPABILITY ALL -TCB |
|
28 VENDORID 0x101FB657 |
|
29 SECUREID 0x102073DB |
|
30 |
|
31 |
|
32 USERINCLUDE ../observerinterfaces |
|
33 USERINCLUDE ../inc |
|
34 USERINCLUDE ../TestTools |
|
35 |
|
36 APP_LAYER_SYSTEMINCLUDE |
|
37 |
|
38 |
|
39 SYSTEMINCLUDE ../../../../../../../app/im/im_plat/wv_sap_settings_api/inc |
|
40 SYSTEMINCLUDE ../../../../../wvsettings20/IMPSCommonInc |
|
41 |
|
42 |
|
43 SOURCEPATH ../TestTools |
|
44 SOURCE IMPSSAPSettingsStoreTestUtils.cpp |
|
45 |
|
46 SOURCEPATH ../observerinterfaces |
|
47 SOURCE WVSAPSettingsObserverTestCases.cpp |
|
48 |
|
49 SOURCEPATH ../src |
|
50 SOURCE wvsapsettingstest.cpp |
|
51 SOURCE wvsapsettingstestCases.cpp |
|
52 |
|
53 |
|
54 LIBRARY stiftestinterface.lib |
|
55 LIBRARY stiftestengine.lib |
|
56 LIBRARY bafl.lib |
|
57 LIBRARY cntmodel.lib |
|
58 LIBRARY flogger.lib |
|
59 LIBRARY efsrv.lib |
|
60 LIBRARY estor.lib // ReadStream |
|
61 LIBRARY WVSAPSettingsStore.lib |
|
62 LIBRARY euser.lib |
|
63 |
|
64 LIBRARY centralrepository.lib |
|
65 LIBRARY cryptography.lib |
|
66 LIBRARY etel.lib |
|
67 LIBRARY etelmm.lib |
|
68 |
|
69 |
|
70 |
|
71 LANG SC |