sysstatemgmt/systemstatereferenceplugins/clayer/group/startupadaptationadapter.mmp
equal
deleted
inserted
replaced
|
1 // Copyright (c) 2007-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 // startupadaptationadapter.dll SSM Compatibility Layer Startup Adaptation Adapter Library |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 TARGETTYPE DLL |
|
23 TARGET startupadaptationadapter.dll |
|
24 |
|
25 UID 0x1000008D 0x20010326 |
|
26 |
|
27 CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent ReadUserData WriteUserData |
|
28 |
|
29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
30 |
|
31 USERINCLUDE ../inc |
|
32 USERINCLUDE ../../localinc |
|
33 |
|
34 SOURCEPATH ../src |
|
35 SOURCE startupadaptationadapter.cpp |
|
36 |
|
37 SOURCE adaptationbase.cpp |
|
38 |
|
39 SOURCE saastateadaptation.cpp |
|
40 SOURCE saasimadaptation.cpp |
|
41 SOURCE saartcadaptation.cpp |
|
42 SOURCE saaemergencycallrfadaptation.cpp |
|
43 SOURCE saamiscadaptation.cpp |
|
44 |
|
45 LIBRARY euser.lib |
|
46 LIBRARY ecom.lib |
|
47 LIBRARY ssmcmn.lib |
|
48 LIBRARY estor.lib |
|
49 SMPSAFE |