5
|
1 |
/*
|
|
2 |
* Copyright (c) 2005 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: This is a top level bld file to generate all sapi libraries.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include <platform_paths.hrh>
|
|
19 |
|
|
20 |
#include "../sapi_contacts_vpbk/group/bld.inf"
|
|
21 |
#include "../sapi_location/group/bld.inf"
|
|
22 |
#include "../sapi_mediamanagement/group/bld.inf"
|
|
23 |
#include "../sapi_landmarks/group/bld.inf"
|
|
24 |
//#include "../camera/group/bld.inf"
|
|
25 |
#include "../sapi_messaging/group/bld.inf"
|
|
26 |
|
|
27 |
#include "../sapi_applicationmanager/group/bld.inf"
|
|
28 |
#include "../sapi_calendar/group/bld.inf"
|
|
29 |
#include "../sapi_logging/group/bld.inf"
|
|
30 |
#include "../sapi_sensor/group/bld.inf"
|
|
31 |
#include "../sapi_sysinfo/group/bld.inf"
|
|
32 |
#include "../sapi_serviceregistry/group/bld.inf"
|
|
33 |
|
|
34 |
|
|
35 |
PRJ_EXPORTS
|
|
36 |
../rom/serviceapi.iby CORE_MW_LAYER_IBY_EXPORT_PATH(serviceapi.iby)
|
|
37 |
../rom/serviceapiresource.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(serviceapiresource.iby)
|
|
38 |
|
|
39 |
../install/serviceapi_stub.sis /epoc32/data/z/system/install/serviceapi_stub.sis
|
|
40 |
// End of File
|
|
41 |
|