equal
deleted
inserted
replaced
|
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 // Top-level project file for LOOPBACK.CSY |
|
15 // LoopBack.CSY Serial port plug-in which provides Loopback services for testing |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 SRCDBG |
|
24 TARGET loopback.csy |
|
25 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData |
|
26 TARGETTYPE DLL |
|
27 TARGETPATH /system/libs |
|
28 UID 0x10005054 |
|
29 VENDORID 0x70000001 |
|
30 |
|
31 SOURCEPATH . |
|
32 SOURCE loopback.CPP LOGGER.CPP |
|
33 |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 |
|
36 LIBRARY euser.lib c32.lib efsrv.lib |
|
37 SOURCEPATH . |
|
38 |
|
39 START WINS |
|
40 BASEADDRESS 0x42e00000 |
|
41 END |
|
42 |
|
43 UNPAGED |
|
44 |
|
45 SMPSAFE |
|
46 |