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 |
* Ssm adaptation iby-file.
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
|
|
20 |
#ifndef __SSPLUGINSADAPTATION_IBY__
|
|
21 |
#define __SSPLUGINSADAPTATION_IBY__
|
|
22 |
|
|
23 |
|
|
24 |
/*
|
|
25 |
Only misc adaptation supported in the first phase. Others are commented out.
|
|
26 |
|
|
27 |
file=ABI_DIR\BUILD_DIR\ssm_state_adaptation.dll sys\bin\ssm_state_adaptation.dll
|
|
28 |
file=ABI_DIR\BUILD_DIR\ssm_sim_adaptation.dll sys\bin\ssm_sim_adaptation.dll
|
|
29 |
file=ABI_DIR\BUILD_DIR\ssm_rtc_adaptation.dll sys\bin\ssm_rtc_adaptation.dll
|
|
30 |
file=ABI_DIR\BUILD_DIR\ssm_emergencycallrf_adaptation.dll sys\bin\ssm_emergencycallrf_adaptation.dll
|
|
31 |
*/
|
|
32 |
|
|
33 |
file=ABI_DIR\BUILD_DIR\miscadaptationref.dll sys\bin\miscadaptationref.dll
|
|
34 |
|
|
35 |
#endif //__SSPLUGINSADAPTATION_IBY__
|
|
36 |
|
|
37 |
// End of file
|