32
|
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 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 |
// PhoneNumberGrouping.mmp
|
|
18 |
|
|
19 |
#include <data_caging_paths.hrh>
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
|
|
22 |
TARGET NumberGrouping.
|
|
23 |
TARGETTYPE exe
|
|
24 |
UID //0x1000008D 268451795
|
|
25 |
|
|
26 |
CAPABILITY CAP_APPLICATION
|
|
27 |
|
|
28 |
SMPSAFE
|
|
29 |
|
|
30 |
SOURCEPATH ../group
|
|
31 |
START RESOURCE NumberGrouping.rss
|
|
32 |
HEADER
|
|
33 |
TARGETPATH APP_RESOURCE_DIR
|
|
34 |
LANG SC
|
|
35 |
END
|
|
36 |
|
|
37 |
SOURCEPATH ../src
|
|
38 |
SOURCE NumberGrouping.cpp
|
|
39 |
SOURCE RegularExpression.cpp
|
|
40 |
SOURCE StateMachine.cpp
|
|
41 |
|
|
42 |
SOURCEPATH ../test
|
|
43 |
SOURCE TestHarness.cpp
|
|
44 |
|
|
45 |
USERINCLUDE ../inc ../test
|
|
46 |
|
|
47 |
// This is a SYSTEMINCLUDE macro containing the middleware
|
|
48 |
// layer specific include directories
|
|
49 |
MW_LAYER_SYSTEMINCLUDE
|
|
50 |
|
|
51 |
SYSTEMINCLUDE ../inc
|
|
52 |
SYSTEMINCLUDE ../../../inc
|
|
53 |
SYSTEMINCLUDE ../../inc
|
|
54 |
|
|
55 |
LIBRARY euser.lib
|
|
56 |
LIBRARY bafl.lib
|
|
57 |
LIBRARY efsrv.lib
|