equal
deleted
inserted
replaced
|
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // SendAs Edit Utils for EIK-UI |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 TARGET sendaseikeditutils.dll |
|
23 TARGETTYPE PLUGIN |
|
24 |
|
25 // UIDs - 2nd UID specifies an ECom dll, 3rd UID is unique identifier |
|
26 UID 0x10009D8D 0x1020806C |
|
27 |
|
28 CAPABILITY All -TCB |
|
29 VENDORID 0x70000001 |
|
30 |
|
31 USERINCLUDE ../inc |
|
32 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 |
|
34 SOURCEPATH ../src |
|
35 SOURCE csendaseikeditutils.cpp |
|
36 |
|
37 LIBRARY euser.lib ecom.lib mtur.lib |
|
38 |
|
39 SOURCEPATH ../src |
|
40 start resource 1020806c.rss |
|
41 TARGET sendaseikeditutils.rsc |
|
42 end |
|
43 |
|
44 SMPSAFE |