|
1 /* |
|
2 * Copyright (c) 2008 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: This is project specification file for the clkuimodel. |
|
15 * |
|
16 */ |
|
17 |
|
18 // System includes |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 // Target information |
|
22 TARGET clkuimodel.dll |
|
23 TARGETTYPE dll |
|
24 TARGETPATH /sys/bin |
|
25 |
|
26 // Uid and Capability information |
|
27 UID 0x1000008d 0x10005904 |
|
28 CAPABILITY CAP_GENERAL_DLL |
|
29 |
|
30 // Source information |
|
31 SOURCEPATH ../src |
|
32 SOURCE clkuimdlpanic.cpp |
|
33 SOURCE clkuimdlbase.cpp |
|
34 SOURCE clkuialarmmodel.cpp |
|
35 SOURCE clkuialarmlistener.cpp |
|
36 SOURCE clkuialarmidleobserver.cpp |
|
37 SOURCE clkuiclksrvmodel.cpp |
|
38 SOURCE clkuiclksrvlistener.cpp |
|
39 SOURCE clkuiclksrvidleobserver.cpp |
|
40 SOURCE clkuilistenerbase.cpp |
|
41 SOURCE clkuiintermediateobserver.cpp |
|
42 SOURCE clkuiidleobserver.cpp |
|
43 |
|
44 // System include information |
|
45 APP_LAYER_SYSTEMINCLUDE |
|
46 |
|
47 // User include information |
|
48 USERINCLUDE ../inc |
|
49 USERINCLUDE ../../inc |
|
50 USERINCLUDE ../../../clockengines/clockserver/client/inc |
|
51 USERINCLUDE ../../../clockengines/inc |
|
52 |
|
53 // Library information |
|
54 LIBRARY euser.lib |
|
55 LIBRARY alarmclient.lib |
|
56 LIBRARY alarmshared.lib |
|
57 LIBRARY clockserverclient.lib |
|
58 |
|
59 // End of file |