equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2006 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: |
|
15 * This file provides the information required for building the whole of |
|
16 * plugins. |
|
17 * |
|
18 */ |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 PRJ_PLATFORMS |
|
23 |
|
24 PRJ_EXPORTS |
|
25 #ifdef __BT |
|
26 ../../rom/dunbt.iby CORE_MW_LAYER_IBY_EXPORT_PATH(dunbt.iby) |
|
27 #endif |
|
28 #ifdef __IRDA |
|
29 ../../rom/dunir.iby CORE_MW_LAYER_IBY_EXPORT_PATH(dunir.iby) |
|
30 #endif |
|
31 #ifdef __USB |
|
32 ../../rom/dunusb.iby CORE_MW_LAYER_IBY_EXPORT_PATH(dunusb.iby) |
|
33 #endif |
|
34 |
|
35 PRJ_MMPFILES |
|
36 |
|
37 #ifdef __BT |
|
38 dunbt.mmp |
|
39 #endif |
|
40 #ifdef __IRDA |
|
41 dunir.mmp |
|
42 #endif |
|
43 #ifdef __USB |
|
44 dunusb.mmp |
|
45 #endif |
|
46 |
|
47 PRJ_TESTMMPFILES |
|