author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 18 Jan 2010 21:02:57 +0200 | |
changeset 27 | 02682e02e51f |
parent 26 | 5d0ec8b709be |
child 44 | 0b68a1b0c15e |
permissions | -rw-r--r-- |
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" |
|
26
5d0ec8b709be
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
33 |
#include "../jsapi/group/bld.inf" |
5 | 34 |
|
35 |
||
36 |
PRJ_EXPORTS |
|
37 |
../rom/serviceapi.iby CORE_MW_LAYER_IBY_EXPORT_PATH(serviceapi.iby) |
|
38 |
../rom/serviceapiresource.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(serviceapiresource.iby) |
|
39 |
||
40 |
../install/serviceapi_stub.sis /epoc32/data/z/system/install/serviceapi_stub.sis |
|
26
5d0ec8b709be
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
41 |
../install/platformservices_stub.sis /epoc32/data/z/system/install/platformservices_stub.sis |
5 | 42 |
// End of File |
43 |