|
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 "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: Project specification file of ProfileEng. |
|
15 * |
|
16 */ |
|
17 |
|
18 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 TARGET ProfileEng.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008d 0x100058F8 |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 CAPABILITY CAP_GENERAL_DLL |
|
28 |
|
29 SOURCEPATH ../group |
|
30 START RESOURCE ProfileEng.rss |
|
31 HEADER |
|
32 TARGETPATH RESOURCE_FILES_DIR |
|
33 LANGUAGE_IDS |
|
34 END |
|
35 |
|
36 SOURCEPATH ../EngSrc |
|
37 SOURCE CProfileNameImpl.cpp |
|
38 SOURCE CProfileTonesImpl.cpp |
|
39 SOURCE CProfilePresenceImpl.cpp |
|
40 SOURCE CProfileExtraTonesImpl.cpp |
|
41 SOURCE CProfileExtraSettingsImpl.cpp |
|
42 SOURCE CProfileFeedbackSettingsImpl.cpp |
|
43 SOURCE CProfile3DToneSettingsImpl.cpp |
|
44 SOURCE CProfilePttSettingsImpl.cpp |
|
45 SOURCE CProfileChangeNotifyHandler.cpp |
|
46 SOURCE CProfileImpl.cpp |
|
47 SOURCE ProfileEngUtils.cpp |
|
48 SOURCE ProfileEngPanic.cpp |
|
49 SOURCE CProfilesNamesArrayImpl.cpp |
|
50 SOURCE CProfileEngineImpl.cpp |
|
51 SOURCE CProfilesLocalFeatures.cpp |
|
52 SOURCE CProfileTiming.cpp |
|
53 #ifdef __DYNAMIC_PROFILES |
|
54 SOURCE CProfileEngineImplDynamicProfiles.cpp |
|
55 #else |
|
56 SOURCE CProfileEngineImplStaticProfiles.cpp |
|
57 #endif // __DYNAMIC_PROFILES |
|
58 SOURCE CProfileUtilitySingletonImpl.cpp |
|
59 |
|
60 USERINCLUDE . ../EngInc ../../group |
|
61 |
|
62 APP_LAYER_SYSTEMINCLUDE |
|
63 SYSTEMINCLUDE /epoc32/include/ecom |
|
64 |
|
65 LIBRARY euser.lib |
|
66 LIBRARY efsrv.lib |
|
67 LIBRARY bafl.lib |
|
68 LIBRARY FeatMgr.lib |
|
69 LIBRARY PbkEng.lib |
|
70 LIBRARY cntmodel.lib |
|
71 LIBRARY sssettings.lib // for als check-up |
|
72 LIBRARY centralrepository.lib |
|
73 LIBRARY sysutil.lib |
|
74 LIBRARY PlatformEnv.lib |
|
75 LIBRARY schsvr.lib // RScheduler etc |
|
76 |