equal
deleted
inserted
replaced
|
1 // Copyright (c) 1997-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 the License "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 // e32/ewsrv/ektran.mmp |
|
15 // ektran.dll Keyboard translation library |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 |
|
24 target ektran.dll |
|
25 targettype dll |
|
26 sourcepath . |
|
27 source ky_capt.cpp ky_tran.cpp |
|
28 |
|
29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
30 USERINCLUDE ../include |
|
31 |
|
32 deffile ektran.def |
|
33 nostrictdef |
|
34 |
|
35 library euser.lib |
|
36 |
|
37 uid 0x1000008d 0x100039e1 |
|
38 VENDORID 0x70000001 |
|
39 |
|
40 capability all |
|
41 |
|
42 SMPSAFE |