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