applayerpluginsandutils/bookmarksupport/test/Integration/TestBookmarksSuite/TestBookmarksSuite.mmp
equal
deleted
inserted
replaced
|
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 TARGET testbookmarksserver.exe |
|
17 TARGETTYPE exe |
|
18 |
|
19 CAPABILITY ReadUserData WriteUserData |
|
20 |
|
21 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
22 SYSTEMINCLUDE /epoc32/include /epoc32/include/test |
|
23 #else |
|
24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
25 SYSTEMINCLUDE /epoc32/include/platform/test |
|
26 SYSTEMINCLUDE /epoc32/include/platform/mw |
|
27 #endif |
|
28 |
|
29 LIBRARY euser.lib inetprotutil.lib |
|
30 LIBRARY efsrv.lib |
|
31 |
|
32 //For Bookmarks API |
|
33 LIBRARY bookmarkdb.lib |
|
34 |
|
35 //For TEF |
|
36 LIBRARY testexecuteutils.lib testexecutelogclient.lib |
|
37 |
|
38 SOURCEPATH . |
|
39 SOURCE TestBookmarksServer.cpp TestBookmarksBaseStep.cpp TestCreateBookmarkItemsStep.cpp |
|
40 SOURCE TestSetPropertyStep.cpp TestGetPropertyStep.cpp TestDeleteFolderStep.cpp |
|
41 SOURCE TestOpenItemStep.cpp TestDeleteItemsInFolderStep.cpp TestCustomPropertyStep.cpp |
|
42 SOURCE TestVersionStep.cpp TestUpdateVisitedStep.cpp |
|
43 |
|
44 VENDORID 0x70000001 |
|
45 |
|
46 // Allocated UID range for IWS tests are 0x102729D2 to 0x10272A35. The UID name is KUidIWSTestSuit. |
|
47 UID 0x1000007A 0x102729DF |
|
48 SMPSAFE |