localconnectivityservice/generichid/tsrc/GenericHidTest/group/CHidDriverPlugin.mmp
equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2007 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 //CAPABILITY CAP_ECOM_PLUGIN |
|
21 CAPABILITY CAP_APPLICATION CommDD ProtServ |
|
22 |
|
23 VENDORID VID_DEFAULT |
|
24 |
|
25 TARGET chiddriverplugin.dll |
|
26 TARGETTYPE PLUGIN |
|
27 UID 0x10009D8D 0xE000B181 |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE CHidDriverPluginProxy.cpp |
|
31 SOURCE CHidDriverPlugin.cpp |
|
32 |
|
33 USERINCLUDE ../inc |
|
34 USERINCLUDE ../../../inc |
|
35 |
|
36 SYSTEMINCLUDE /epoc32/include/ecom |
|
37 MW_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 |
|
40 START RESOURCE ../data/E000B181.RSS |
|
41 TARGET chiddriverplugin.rsc |
|
42 END |
|
43 |
|
44 LIBRARY ECom.lib |
|
45 LIBRARY euser.lib |
|
46 LIBRARY generichid.lib |
|
47 |
|
48 // End of File |
|