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 the License "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 |
|
19 TARGET testplugins.dll |
|
20 TARGETTYPE PLUGIN |
|
21 UID 0x10009d8d 0x10204F0E |
|
22 VENDORID 0x70000001 |
|
23 |
|
24 CAPABILITY ALL -TCB |
|
25 |
|
26 OS_LAYER_SYSTEMINCLUDE |
|
27 |
|
28 USERINCLUDE . |
|
29 USERINCLUDE ../../source/common |
|
30 USERINCLUDE ../../source/server |
|
31 USERINCLUDE ../../source/client |
|
32 USERINCLUDE ../../inc_private |
|
33 |
|
34 SOURCEPATH . |
|
35 SOURCE testplugins.cpp |
|
36 |
|
37 START RESOURCE 10204f0e.rss |
|
38 #ifdef SYMBIAN_SECURE_ECOM |
|
39 TARGET testplugins.rsc |
|
40 #endif |
|
41 END |
|
42 |
|
43 |
|
44 |
|
45 |
|
46 LIBRARY euser.lib ecom.lib efsrv.lib authcommon.lib |
|
47 SMPSAFE |