equal
deleted
inserted
replaced
|
1 // Copyright (c) 1997-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 // cntview.dll Contacts database view utilities |
|
15 // |
|
16 // |
|
17 |
|
18 #include "cntmodel.mmh" |
|
19 |
|
20 target cntview.dll |
|
21 targettype DLL |
|
22 CAPABILITY All -TCB |
|
23 UID 0x1000008D 0x101F3D54 |
|
24 VENDORID 0x70000001 |
|
25 |
|
26 SOURCEPATH . |
|
27 |
|
28 userinclude ../cntview |
|
29 userinclude ../inc ../src |
|
30 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
31 |
|
32 source ../cntview/ConcView.cpp |
|
33 source ../cntview/FilteredView.cpp |
|
34 source ../cntview/Range.cpp |
|
35 source ../cntview/SubView.cpp |
|
36 source ../cntview/findview.cpp |
|
37 source ../cntview/Groupview.cpp |
|
38 source ../src/CNTSTD.CPP |
|
39 |
|
40 library euser.lib cntmodel.lib bafl.lib |
|
41 #ifdef EABI |
|
42 library ecom.lib |
|
43 #endif |
|
44 |
|
45 SMPSAFE |