equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1997-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 * Tsecdlg.mmh |
|
16 * The dummy nofifier is built both as a text shell and as an extended notifer |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 #ifdef T_SECDLG_TEXTSHELL |
|
22 |
|
23 MACRO _T_SECDLG_TEXTSHELL |
|
24 |
|
25 target tsecdlg_text.dll |
|
26 targettype TEXTNOTIFIER2 |
|
27 TARGETPATH /sys/bin/tnotifiers |
|
28 |
|
29 UID 0x101fe38b 0x10204789 |
|
30 |
|
31 #else |
|
32 |
|
33 target tsecdlg.dll |
|
34 targettype plugin |
|
35 UID 0x10009d8d 0x10204789 |
|
36 |
|
37 library eiksrv.lib |
|
38 |
|
39 start resource 10204789.rss |
|
40 target tsecdlg.rsc |
|
41 end |
|
42 |
|
43 #endif |
|
44 |
|
45 CAPABILITY All -Tcb |
|
46 |
|
47 SOURCEPATH . |
|
48 |
|
49 systeminclude /epoc32/include/techview /epoc32/include /epoc32/include/ecom |
|
50 |
|
51 source Tsecdlg.cpp |
|
52 |
|
53 library euser.lib estor.lib efsrv.lib |