equal
deleted
inserted
replaced
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of the License "Eclipse Public License v1.0" |
4 // under the terms of the License "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
12 // |
12 // |
13 // Description: |
13 // Description: |
14 // Hardware Configuration Respoitory Tests |
14 // Hardware Configuration Respoitory Tests |
15 // |
15 // |
16 |
16 |
|
17 // Defined when the HCR API must not be exported e.g. when compiled |
|
18 // into a test driver. |
17 macro HCRTEST_NO_EXPORT |
19 macro HCRTEST_NO_EXPORT |
|
20 |
|
21 // No DFCQ thread when this is defined, test cases execute in user-side |
|
22 // test application thread context |
|
23 //macro HCRTEST_CLIENT_THREAD |
|
24 |
|
25 // Defined to ensure PIL does not make use of production HCR.DAT in core |
|
26 // image when under test. |
|
27 macro HCRTEST_AVOID_BSP_HCR_DAT |
|
28 |
|
29 // Define this to increase amount of trace output from HCR code. |
18 //macro HCR_TRACE |
30 //macro HCR_TRACE |
19 |
31 |
20 #define HCRTEST_TEST_MMP |
32 #define HCRTEST_TEST_MMP |
21 #include "../../../kernel/eka/drivers/hcr/hcr.mmh" |
33 #include "../../../kernel/eka/drivers/hcr/hcr.mmh" |
22 target d_hcrsim_own.ldd |
34 target d_hcrsim_own.ldd |