equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2004 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: Used as an reference implementation. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET WiredBearerReference.dll |
|
22 #include <remcon/remconservercaps.mmh> |
|
23 TARGETTYPE PLUGIN |
|
24 UID 0x10009D8D 0x10205074 |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 START RESOURCE ../data/10205074.rss |
|
28 TARGET WiredBearerReference.rsc |
|
29 END |
|
30 |
|
31 MW_LAYER_SYSTEMINCLUDE |
|
32 |
|
33 USERINCLUDE ../inc |
|
34 SOURCEPATH ../src |
|
35 SOURCE WiredBearerReferencePluginProxy.cpp |
|
36 SOURCE WiredAccessoryKeyEventHandler.cpp |
|
37 SOURCE AdaptationMessage.cpp |
|
38 |
|
39 LIBRARY euser.lib |
|
40 LIBRARY remconbearerplugin.lib |
|
41 LIBRARY remcontypes.lib |
|
42 |
|
43 // End of File |