equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
21 TARGET stateadaptation.dll |
21 TARGET stateadaptation.dll |
22 TARGETTYPE DLL |
22 TARGETTYPE DLL |
23 UID 0x2000D76A 0x20022EB3 |
23 UID 0x2000D76A 0x20022EB3 |
24 |
24 |
25 CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent ReadUserData WriteUserData |
25 CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent ReadUserData WriteUserData |
|
26 |
|
27 // If SYMBIAN_INCLUDE_APP_CENTRIC macro is defined then CommDD capability is required along with the capability |
|
28 // list described in the above line. |
|
29 #ifdef SYMBIAN_INCLUDE_APP_CENTRIC |
|
30 CAPABILITY CommDD |
|
31 #endif //SYMBIAN_INCLUDE_APP_CENTRIC |
26 VENDORID VID_DEFAULT |
32 VENDORID VID_DEFAULT |
27 |
33 |
28 NOEXPORTLIBRARY |
34 NOEXPORTLIBRARY |
29 |
35 |
30 SOURCEPATH ../src |
36 SOURCEPATH ../src |