114
|
1 |
/*
|
|
2 |
* Copyright (c) 2005-2006 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 definition file for project AI framework
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include <platform_paths.hrh>
|
|
19 |
#include <data_caging_paths.hrh>
|
|
20 |
#include <platform/mw/aisystemuids.hrh>
|
|
21 |
|
|
22 |
TARGET aifw.dll
|
|
23 |
TARGETTYPE dll
|
|
24 |
UID 0x1000008D AI_UID3_AIFW_DLL
|
|
25 |
VENDORID VID_DEFAULT
|
|
26 |
CAPABILITY CAP_GENERAL_DLL
|
|
27 |
|
|
28 |
// Framework sources
|
|
29 |
SOURCEPATH ../src/framework
|
|
30 |
SOURCE aifw.cpp
|
|
31 |
SOURCE aieventhandler.cpp
|
|
32 |
SOURCE aipluginfactory.cpp
|
|
33 |
SOURCE aiuicontrollermanager.cpp
|
|
34 |
SOURCE aistatemanager.cpp
|
|
35 |
SOURCE aistateprovider.cpp
|
|
36 |
SOURCE aiecomobserver.cpp
|
|
37 |
SOURCE aicpscommandbuffer.cpp
|
|
38 |
SOURCE aicpsexecuteparam.cpp
|
|
39 |
|
|
40 |
// Active Idle Framework shared sources
|
|
41 |
SOURCEPATH ../src/common
|
|
42 |
SOURCE aifwpanic.cpp
|
|
43 |
|
|
44 |
USERINCLUDE .
|
|
45 |
USERINCLUDE ../inc/framework
|
|
46 |
USERINCLUDE ../inc/common
|
|
47 |
USERINCLUDE ../inc/idleint
|
|
48 |
USERINCLUDE ../cenrep
|
|
49 |
|
|
50 |
MW_LAYER_SYSTEMINCLUDE
|
|
51 |
|
|
52 |
// Symbian OS dependencies
|
|
53 |
LIBRARY euser.lib bafl.lib ecom.lib
|
|
54 |
LIBRARY centralrepository.lib
|
|
55 |
LIBRARY apparc.lib apgrfx.lib
|
|
56 |
LIBRARY ws32.lib cone.lib commonengine.lib
|
|
57 |
LIBRARY cenrepnotifhandler.lib
|
|
58 |
LIBRARY liwServiceHandler.lib
|
|
59 |
LIBRARY swiutils.lib
|
|
60 |
|
|
61 |
// S60 Dependencies
|
|
62 |
LIBRARY avkon.lib
|
|
63 |
LIBRARY aknnotify.lib
|
|
64 |
LIBRARY featmgr.lib
|
|
65 |
LIBRARY eikcore.lib
|
|
66 |
LIBRARY hwrmlightclient.lib
|
|
67 |
LIBRARY aknskinsrv.lib
|
|
68 |
|
|
69 |
// Active Idle internal dependencies
|
|
70 |
LIBRARY aiutils.lib
|
|
71 |
LIBRARY aiidleint.lib
|
|
72 |
|
|
73 |
// Debugging dependencies
|
|
74 |
LIBRARY flogger.lib
|
|
75 |
|
|
76 |
DEFFILE aifwu.def
|
|
77 |
|