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_USERSIDE_INTERFACE |
|
18 macro HCRTEST_CLIENT_THREAD |
|
19 #include <variant_test.mmh> |
|
20 #include "kernel/kern_ext.mmh" |
|
21 |
|
22 target VariantTarget(d_hcrext_client,ldd) |
|
23 targettype kext |
|
24 romtarget d_hcrext_client.ldd |
|
25 |
|
26 userinclude ../../../kernel/eka/drivers/hcr |
|
27 sourcepath . |
|
28 source d_hcrsim.cpp |
|
29 library hcr.lib |
|
30 |
|
31 deffile ../../../kernel/eka/~/ldd.def |
|
32 |
|
33 epocallowdlldata |
|
34 smpsafe |
|
35 noexportlibrary |
|
36 capability all |
|
37 |
|
38 uid 0x100000af |
|
39 vendorid 0x70000001 |
|
40 |
|
41 start wins |
|
42 win32_headers |
|
43 end |