equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2008 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: Haptics (adaptation) stub plugin project definition file |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET hapticsadaptation.dll |
|
22 TARGETTYPE PLUGIN |
|
23 |
|
24 UID 0x10009D8D 0x2001CB6D |
|
25 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE proxy.cpp |
|
32 SOURCE hwrmhapticsstubplugin.cpp |
|
33 SOURCE hwrmhapticsstubpluginidleresponder.cpp |
|
34 |
|
35 START RESOURCE ../data/2001CB6D.rss |
|
36 TARGET hapticsadaptation.rsc |
|
37 END |
|
38 |
|
39 USERINCLUDE ../inc |
|
40 |
|
41 OS_LAYER_SYSTEMINCLUDE |
|
42 SYSTEMINCLUDE /epoc32/include/ecom |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY ecom.lib |
|
46 LIBRARY estor.lib |
|
47 LIBRARY hwrmhapticspluginservice.lib |
|
48 |
|
49 LANG SC |
|
50 |
|