equal
deleted
inserted
replaced
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
28 |
28 |
29 NOEXPORTLIBRARY |
29 NOEXPORTLIBRARY |
30 |
30 |
31 CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent ReadUserData WriteUserData |
31 CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent ReadUserData WriteUserData |
32 |
32 |
|
33 // If SYMBIAN_INCLUDE_APP_CENTRIC macro is defined then CommDD capability is required along with the capability |
|
34 // list described in the above line. |
|
35 #ifdef SYMBIAN_INCLUDE_APP_CENTRIC |
|
36 CAPABILITY CommDD |
|
37 #endif //SYMBIAN_INCLUDE_APP_CENTRIC |
|
38 |
33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
34 |
40 |
35 USERINCLUDE ../inc |
41 USERINCLUDE ../inc |
36 |
42 |
37 SOURCEPATH ../src |
43 SOURCEPATH ../src |