equal
deleted
inserted
replaced
|
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 |
|
19 macro HCR_TRACE |
|
20 #define HCRTEST_TEST_MMP |
|
21 #include "../../../kernel/eka/drivers/hcr/hcr.mmh" |
|
22 |
|
23 target d_hcrut.ldd |
|
24 targettype ldd |
|
25 |
|
26 userinclude ../../../kernel/eka/drivers/hcr |
|
27 |
|
28 sourcepath ../../../kernel/eka/drivers/hcr |
|
29 source HCR_PIL_SOURCE |
|
30 |
|
31 sourcepath . |
|
32 source d_hcrut.cpp |
|
33 source d_hcrut_psl.cpp |
|
34 source d_hcrut_psl_config.cpp |
|
35 |
|
36 epocallowdlldata |
|
37 smpsafe |
|
38 |
|
39 start wins |
|
40 win32_headers |
|
41 end |