|
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 tbkmrkunit.exe |
|
17 targettype exe |
|
18 VENDORID 0x70000001 |
|
19 CAPABILITY AllFiles ReadUserData WriteUserData |
|
20 |
|
21 SYSTEMINCLUDE ../inc |
|
22 |
|
23 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
24 SYSTEMINCLUDE /epoc32/include |
|
25 #else |
|
26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
27 #endif |
|
28 |
|
29 USERINCLUDE ../src |
|
30 |
|
31 SOURCEPATH ../test |
|
32 SOURCE tunitmain.cpp |
|
33 SOURCE t_cbookmarkdb.cpp |
|
34 SOURCE t_cbookmarkbase.cpp |
|
35 SOURCE t_cbookmark.cpp |
|
36 SOURCE t_cbookmarkfolder.cpp |
|
37 SOURCE t_cbkmrkproperties.cpp |
|
38 SOURCE t_cbkmrkattachment.cpp |
|
39 SOURCE t_cpropertyreg.cpp |
|
40 |
|
41 SOURCE testutils.cpp |
|
42 |
|
43 SOURCEPATH ../src |
|
44 SOURCE bookmarkdb.cpp |
|
45 SOURCE bookmarkbase.cpp |
|
46 SOURCE bookmark.cpp |
|
47 SOURCE bookmarkfolder.cpp |
|
48 |
|
49 SOURCE bkmrkdb.cpp |
|
50 SOURCE bkmrkattachment.cpp |
|
51 SOURCE bkmrk.cpp |
|
52 SOURCE bkmrkfolder.cpp |
|
53 SOURCE bkmrkbase.cpp |
|
54 SOURCE bkmrkproperties.cpp |
|
55 SOURCE bkmrkextendedproperties.cpp |
|
56 SOURCE bkmrkwatcher.cpp |
|
57 SOURCE propertylist.cpp |
|
58 SOURCE repository.cpp |
|
59 SOURCE propertyreg.cpp |
|
60 SOURCE customproperty.cpp |
|
61 |
|
62 library euser.lib centralrepository.lib inetprotutil.lib bafl.lib |
|
63 |
|
64 // Allocated UID range for IWS tests are 0x102729D2 to 0x10272A35. The UID name is KUidIWSTestSuit. |
|
65 UID 0x1000007A 0x102729DD |
|
66 SMPSAFE |