author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 26 Jan 2010 13:13:38 +0200 | |
changeset 39 | 5d2844f35677 |
parent 0 | a41df078684a |
child 219 | 0ff03867bdb6 |
child 291 | 206a6eaaeb71 |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 2008-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 |
// Hardware Configuration Respoitory Tests |
|
15 |
// |
|
16 |
||
17 |
macro HCRTEST_NO_EXPORT |
|
18 |
macro HCRTEST_NO_KEXT_ENTRY_POINT |
|
39
5d2844f35677
Revision: 201004
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
19 |
// Uncomment for debug trace |
5d2844f35677
Revision: 201004
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
20 |
// macro HCR_TRACE |
0 | 21 |
#define HCRTEST_TEST_MMP |
22 |
#include "../../../kernel/eka/drivers/hcr/hcr.mmh" |
|
23 |
||
24 |
target d_hcrut.ldd |
|
25 |
targettype ldd |
|
26 |
||
27 |
userinclude ../../../kernel/eka/drivers/hcr |
|
39
5d2844f35677
Revision: 201004
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
28 |
userinclude ../../../../boardsupport/naviengine/navienginebsp/ne1_tb/hcr |
0 | 29 |
|
30 |
sourcepath ../../../kernel/eka/drivers/hcr |
|
31 |
source HCR_PIL_SOURCE |
|
32 |
||
33 |
sourcepath . |
|
34 |
source d_hcrut.cpp |
|
35 |
source d_hcrut_psl.cpp |
|
36 |
source d_hcrut_psl_config.cpp |
|
37 |
||
38 |
epocallowdlldata |
|
39 |
smpsafe |
|
40 |
||
41 |
start wins |
|
42 |
win32_headers |
|
43 |
end |