32
|
1 |
/*
|
|
2 |
* Copyright (c) 2002 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 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <data_caging_paths.hrh>
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
|
|
22 |
TARGET NumberGrouping.dll
|
|
23 |
TARGETTYPE dll
|
|
24 |
UID 0x1000008D 268451795
|
|
25 |
|
|
26 |
CAPABILITY CAP_GENERAL_DLL
|
|
27 |
VENDORID VID_DEFAULT
|
|
28 |
|
|
29 |
SMPSAFE
|
|
30 |
|
|
31 |
SOURCEPATH ../Group
|
|
32 |
|
|
33 |
START RESOURCE NumberGrouping.rss
|
|
34 |
HEADER
|
|
35 |
TARGETPATH RESOURCE_FILES_DIR
|
|
36 |
LANG SC
|
|
37 |
END
|
|
38 |
|
|
39 |
|
|
40 |
SOURCEPATH ../Src
|
|
41 |
SOURCE NumberGrouping.cpp
|
|
42 |
SOURCE RegularExpression.cpp
|
|
43 |
SOURCE StateMachine.cpp
|
|
44 |
|
|
45 |
// SOURCEPATH ../internal/test
|
|
46 |
// SOURCE TestHarness.cpp
|
|
47 |
// USERINCLUDE ../internal/test
|
|
48 |
|
|
49 |
USERINCLUDE ../Inc
|
|
50 |
|
|
51 |
// This is a SYSTEMINCLUDE macro containing the middleware
|
|
52 |
// layer specific include directories
|
|
53 |
MW_LAYER_SYSTEMINCLUDE
|
|
54 |
|
|
55 |
SYSTEMINCLUDE ../Inc
|
|
56 |
SYSTEMINCLUDE ../../../inc
|
|
57 |
SYSTEMINCLUDE ../../inc
|
|
58 |
|
|
59 |
LIBRARY euser.lib
|
|
60 |
LIBRARY bafl.lib
|
|
61 |
LIBRARY efsrv.lib
|
|
62 |
LIBRARY centralrepository.lib // Central repository
|
|
63 |
|
|
64 |
// End of file.
|