author | hgs |
Mon, 26 Jul 2010 10:52:56 +0100 | |
changeset 231 | 75252ea6123b |
parent 177 | a232af6b0b1f |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 2007-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 the License "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 |
// e32/drivers/bsp/bld.inf |
|
15 |
// Board Support Packages |
|
16 |
// |
|
17 |
// |
|
18 |
||
19 |
/** |
|
20 |
@file |
|
21 |
*/ |
|
22 |
||
23 |
||
24 |
PRJ_PLATFORMS |
|
25 |
||
26 |
BASEDEFAULT |
|
27 |
||
28 |
||
29 |
#include "../hcr/hcr.inf" |
|
30 |
||
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
31 |
PRJ_EXPORTS |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
32 |
../../include/drivers/smppower/idlehelper.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(smppower/idlehelper.h) |
0 | 33 |
|
34 |
PRJ_MMPFILES |
|
35 |
||
36 |
#if defined(GENERIC_MARM) || defined(WINS) || defined(GENERIC_X86) |
|
37 |
#if !defined(MARM_THUMB) && !defined(MARM_ARMI) |
|
38 |
||
39 |
#if !defined(WINS) |
|
40 |
#if !defined(X86) |
|
41 |
../dma/dma_lib |
|
36
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
42 |
../dma/dma2_lib |
0 | 43 |
#endif |
44 |
#endif |
|
45 |
||
46 |
#if !defined(X86) |
|
47 |
../resourceman/resman_lib |
|
48 |
../resourceman/resmanpsl_lib |
|
49 |
../resourceman/resmanpsl_extended_lib |
|
50 |
../resourceman/resman_extended_lib |
|
51 |
../resmanus/resmanus |
|
52 |
../resmanus/resmanusextended |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
53 |
|
177 | 54 |
#if !defined(WINS) |
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
55 |
../power/smppower/idlehelper_lib.mmp |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
56 |
../power/smppower/sample_idlehandler/smpidlehandler_lib.mmp |
0 | 57 |
../iic/iic |
58 |
#endif |
|
59 |
#endif |
|
60 |
||
61 |
||
62 |
#endif |
|
63 |
#endif |