equal
deleted
inserted
replaced
|
1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // BIOMSG.INF |
|
15 // 'Smart' messaging (BIO Messaging) |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 |
|
24 PRJ_PLATFORMS |
|
25 DEFAULT |
|
26 |
|
27 // The following are build for WINC |
|
28 #include "../BIFU/BLD.INF" |
|
29 |
|
30 // These lot are not |
|
31 #if !defined(WINC) |
|
32 |
|
33 #include "../BIUT/BLD.INF" |
|
34 #include "../BDB/BLD.INF" |
|
35 #include "../BIOC/BLD.INF" |
|
36 #include "../BIOS/BLD.INF" |
|
37 #include "../BITS/BLD.INF" |
|
38 #include "../cbcp/bld.inf" |
|
39 #include "../iacp/bld.inf" |
|
40 #include "../enp/bld.inf" |
|
41 #include "../wapp/bld.inf" |
|
42 #include "../gfp/bld.inf" |
|
43 #include "../BioWatchers/BLD.INF" |
|
44 #include "../Rom/BLD.INF" |
|
45 |
|
46 PRJ_EXPORTS |
|
47 bioerr.ra SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(errors/generic/bioerr.ra) |
|
48 bioerr.rls SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(errors/generic/bioerr.rls) |
|
49 biftool2.rH SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(biftool2.rh) |
|
50 |
|
51 PRJ_MMPFILES |
|
52 |
|
53 #endif |