equal
deleted
inserted
replaced
|
1 // Copyright (c) 2003-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 CSDaemon.dll |
|
17 TARGETTYPE ECOMIIC |
|
18 UID 0x10009D8D 0x101FDDE1 |
|
19 VENDORID 0x70000001 |
|
20 |
|
21 #include "comms-infras\commsdebugutility.mmh" |
|
22 |
|
23 SOURCEPATH ..\CS_Config |
|
24 SOURCE CS_Daemon.cpp CS_DaemonControl.cpp |
|
25 |
|
26 RESOURCE ..\CS_Config\101FDDE1.rss |
|
27 |
|
28 USERINCLUDE ..\inc |
|
29 SYSTEMINCLUDE \epoc32\include\comms-infras |
|
30 SYSTEMINCLUDE \epoc32\include |
|
31 SYSTEMINCLUDE \epoc32\include\ecom |
|
32 |
|
33 LIBRARY euser.lib netstsrv.lib |
|
34 LIBRARY ecom.lib |
|
35 |
|
36 LIBRARY nifman.lib |
|
37 |
|
38 // def files not used and not allowed to override for ECOMIIC plugins |
|
39 //DEFFILE CS_Daemon.def |
|
40 |
|
41 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData |
|
42 |
|
43 SMPSAFE |