equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 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: This is project specification file for the ksc5601 (Korean) |
|
15 * charconvplugin. |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET ksc5601.DLL |
|
22 TARGETTYPE PLUGIN |
|
23 CAPABILITY All -Tcb |
|
24 |
|
25 uid 0x10009D8D 0x200113CE |
|
26 |
|
27 SOURCEPATH ../src |
|
28 SOURCE ksc5601.cpp |
|
29 |
|
30 // This is a SYSTEMINCLUDE macro containing the middleware |
|
31 // layer specific include directories |
|
32 MW_LAYER_SYSTEMINCLUDE |
|
33 OS_LAYER_SYSTEMINCLUDE |
|
34 |
|
35 SYSTEMINCLUDE ../../../inc |
|
36 SYSTEMINCLUDE ../../inc |
|
37 SYSTEMINCLUDE ../inc |
|
38 |
|
39 LIBRARY EUSER.LIB |
|
40 LIBRARY CHARCONV.LIB |
|
41 LIBRARY ECOM.LIB |
|
42 LIBRARY cp949table.lib |
|
43 |
|
44 Start resource ksc5601.rss |
|
45 Targetpath /resource/charconv |
|
46 End |
|
47 |
|
48 start resource 200113CE.rss |
|
49 #ifdef SYMBIAN_SECURE_ECOM |
|
50 target ksc5601.RSC |
|
51 #endif |
|
52 end |