|
1 /* |
|
2 * Copyright (c) Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Declaration of dosservercontrol module |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET dosservercontrol.dll |
|
23 TARGETTYPE dll |
|
24 TARGETPATH ECOM_RESOURCE_DIR |
|
25 |
|
26 UID 0x10009D8D 0x10200C6F |
|
27 |
|
28 CAPABILITY CAP_GENERAL_DLL |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE tfdosservercontrol.cpp |
|
32 SOURCE tfdosservercontroltestcase.cpp |
|
33 SOURCE tfdosserverproxy.cpp |
|
34 SOURCE tfdosserverplugin.cpp |
|
35 SOURCE tfdoseventlistener.cpp |
|
36 |
|
37 USERINCLUDE ../inc |
|
38 USERINCLUDE ../../dsytfcore/inc |
|
39 |
|
40 // System include macro |
|
41 OS_LAYER_SYSTEMINCLUDE |
|
42 |
|
43 START RESOURCE ../data/10200c6f.rss |
|
44 |
|
45 HEADER |
|
46 TARGETPATH ECOM_RESOURCE_DIR |
|
47 |
|
48 target dosservercontrol.rsc |
|
49 |
|
50 END |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY ecom.lib |
|
54 LIBRARY dsytfcore.lib |
|
55 LIBRARY dsclient.lib |
|
56 LIBRARY bluetooth.lib |
|
57 |
|
58 //MACRO COMPONENT_TRACE_FLAG |
|
59 MACRO TEST_CASE_TRACE_FLAG |
|
60 |
|
61 // Disable if running tests without UI (eg. running tests from console) |
|
62 //MACRO TESTS_NO_UI |
|
63 |
|
64 SMPSAFE |