author | mikaruus |
Tue, 19 Oct 2010 13:16:20 +0300 | |
changeset 9 | 8486d82aef45 |
parent 5 | 8ccc39f9d787 |
permissions | -rw-r--r-- |
0 | 1 |
/* |
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 |
* All rights reserved. |
|
4 |
* This component and the accompanying materials are made available |
|
5 |
* under the terms of the License "Eclipse Public License v1.0" |
|
6 |
* which accompanies this distribution, and is available |
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 |
* |
|
9 |
* Initial Contributors: |
|
10 |
* Nokia Corporation - initial contribution. |
|
11 |
* |
|
12 |
* Contributors: |
|
13 |
* |
|
14 |
* Description: |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
#ifndef ADAPTATIONLAYER_IBY |
|
20 |
#define ADAPTATIONLAYER_IBY |
|
21 |
||
5
8ccc39f9d787
New release based on our 2010wk02 release
mikaruus <mika.a.ruuskanen@nokia.com>
parents:
0
diff
changeset
|
22 |
#include <bcaiscadapter.iby> |
9 | 23 |
#include <dataport.iby> |
0 | 24 |
#include <modematadaptation.iby> |
5
8ccc39f9d787
New release based on our 2010wk02 release
mikaruus <mika.a.ruuskanen@nokia.com>
parents:
0
diff
changeset
|
25 |
#include <devicemodecontroller.iby> |
9 | 26 |
#include <filesystemaccess.iby> |
27 |
#include <mobileterminalcontroller.iby> |
|
28 |
#include <systemstatemanageradaptation.iby> |
|
0 | 29 |
#include <tsy.iby> |
9 | 30 |
#include <phoneinfo.iby> |
0 | 31 |
|
32 |
#endif // ADAPTATIONLAYER_IBY |
|
33 |
||
34 |
// End of File |