47
|
1 |
/*
|
|
2 |
* Copyright (c) 2002 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 "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: for building DM adapters
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
PRJ_PLATFORMS
|
|
19 |
DEFAULT
|
|
20 |
PRJ_EXPORTS
|
|
21 |
../Rom/ProvisioningAdapter.iby CORE_APP_LAYER_IBY_EXPORT_PATH(provisioningAdapter.iby)
|
|
22 |
../Rom/ProvisioningAdapterResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(provisioningAdapterresources.iby)
|
|
23 |
|
|
24 |
../MbxNbrAdapter/loc/MailboxAdapter.loc MW_LAYER_LOC_EXPORT_PATH(mailboxadapter.loc)
|
|
25 |
../accesspointadapter/loc/WPAPAdapter.loc MW_LAYER_LOC_EXPORT_PATH(WPAPAdapter.loc)
|
|
26 |
../StreamingAdapter/loc/StreamingAdapter.loc MW_LAYER_LOC_EXPORT_PATH(streamingadapter.loc)
|
|
27 |
|
|
28 |
|
|
29 |
#include "../accesspointadapter/group/bld.inf"
|
|
30 |
#include "../MbxNbrAdapter/Group/bld.inf"
|
|
31 |
#include "../StreamingAdapter/Group/bld.inf"
|
|
32 |
#include "../WAPAdapter/Group/bld.inf" |