equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-2009 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: definition file for RNDIS uplink authorization notifier |
|
15 * |
|
16 */ |
|
17 |
|
18 #include "../inc/rndisauthorizationnotifier.hrh" |
|
19 |
|
20 TARGET rndisauthorizationnotifier.dll |
|
21 TARGETTYPE PLUGIN |
|
22 UID 0x10009D8D KUidUplinkAuthNotifierValue |
|
23 CAPABILITY CAP_ECOM_PLUGIN |
|
24 VENDORID VID_DEFAULT |
|
25 DEFFILE rndisautherizationnotifier.def |
|
26 |
|
27 USERINCLUDE ../inc |
|
28 OS_LAYER_SYSTEMINCLUDE |
|
29 |
|
30 SOURCEPATH ../src |
|
31 |
|
32 SOURCE rndisauthorizationnotifier.cpp |
|
33 |
|
34 //Notifier resource file |
|
35 START RESOURCE ../data/rndisauthorizationnotifier.rss |
|
36 TARGET rndisauthorizationnotifier.rsc |
|
37 END |
|
38 |
|
39 LIBRARY eiksrv.lib |
|
40 LIBRARY ecom.lib |
|
41 LIBRARY euser.lib |
|
42 |
|
43 NOEXPORTLIBRARY |
|
44 |
|
45 SMPSAFE |