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 // KUidSysAgt2Dll = 0x10204F0B |
|
15 // sysagt2cli.dll System agent 2 - client-side dll |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 TARGET sysagt2cli.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008D 0x10204F0B |
|
26 VENDORID 0x70000001 |
|
27 CAPABILITY All -Tcb |
|
28 |
|
29 USERINCLUDE ../Inc |
|
30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
31 |
|
32 SOURCEPATH ../src/client |
|
33 SOURCE sysagt2cli.cpp |
|
34 |
|
35 LIBRARY euser.lib |
|
36 |
|
37 SMPSAFE |