equal
deleted
inserted
replaced
|
1 // Copyright (c) 1998-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 // dlogsr.dll Serial logging library |
|
15 // Originally generated by script April 1998 |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 TARGET dlogsr.dll |
|
24 CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ |
|
25 TARGETTYPE dll |
|
26 |
|
27 NOEXPORTLIBRARY /* Ensures that DEF file can be safely shared |
|
28 for RVCT builds */ |
|
29 |
|
30 SOURCEPATH ../debuglog |
|
31 SOURCE DEBLOGSR.CPP |
|
32 |
|
33 USERINCLUDE ../inc |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 |
|
36 LIBRARY euser.lib dlog.lib |
|
37 |
|
38 UID 268450595 |
|
39 VENDORID 0x70000001 |
|
40 |
|
41 DEFFILE WLOG.DEF |
|
42 |
|
43 START WINS |
|
44 BASEADDRESS 0x48B00000 |
|
45 END |
|
46 UNPAGED |
|
47 |
|
48 |
|
49 SMPSAFE |