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 // |
|
15 |
|
16 TARGET meshmachine.dll |
|
17 TARGETTYPE dll |
|
18 |
|
19 UID 0x1000007A 0x10285AE0 //UID allocated 19/12/2007 |
|
20 VENDORID 0x70000001 |
|
21 |
|
22 DEFFILE meshmachine.def |
|
23 |
|
24 SOURCEPATH ../src |
|
25 SOURCE mm_node.cpp |
|
26 SOURCE mm_activities.cpp |
|
27 SOURCE mm_context.cpp |
|
28 SOURCE mm_states.cpp |
|
29 SOURCE mm_log.cpp |
|
30 |
|
31 USERINCLUDE ../inc |
|
32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 |
|
34 LIBRARY euser.lib |
|
35 LIBRARY netinterfaces.lib |
|
36 LIBRARY netmeta.lib |
|
37 LIBRARY commsfw.lib |
|
38 LIBRARY netsm.lib |
|
39 LIBRARY nodemessages.lib |
|
40 |
|
41 CAPABILITY ALL -Tcb |
|
42 |
|
43 UNPAGED |
|
44 |
|
45 SMPSAFE |
|
46 |