equal
deleted
inserted
replaced
|
1 // Copyright (c) 1999-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 // viewcli.dll View server - client-side API |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 |
|
23 TARGET viewcli.dll |
|
24 CAPABILITY All -Tcb |
|
25 TARGETTYPE dll |
|
26 UID 0x1000008d 0x10003f33 |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 SOURCEPATH . |
|
30 USERINCLUDE ../group |
|
31 USERINCLUDE ../group |
|
32 |
|
33 SOURCEPATH ../client |
|
34 USERINCLUDE ../inc |
|
35 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
36 |
|
37 SOURCE VIEWCLI.CPP |
|
38 |
|
39 LIBRARY euser.lib viewsrv.lib |
|
40 |
|
41 START WINS |
|
42 BASEADDRESS 0x40b00000 |
|
43 END |
|
44 |
|
45 DEFFILE VIEWCLI.DEF |
|
46 |
|
47 SMPSAFE |