equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008-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 "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 #include "../inc/omxilclock.hrh" |
|
19 |
|
20 TARGET omxilclock.dll |
|
21 TARGETTYPE PLUGIN |
|
22 UID 0x10009D8D KUidSymbianOmxILClockDll |
|
23 CAPABILITY All -TCB |
|
24 |
|
25 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
26 USERINCLUDE ../../../omxilcomponentcommon/src/common |
|
27 USERINCLUDE ../../../omxilcore/traces |
|
28 |
|
29 USERINCLUDE ../inc |
|
30 |
|
31 SOURCEPATH ../src |
|
32 |
|
33 SOURCE clocksupervisor.cpp |
|
34 SOURCE comxilclockcomponent.cpp |
|
35 SOURCE comxilclockconfigmanager.cpp |
|
36 SOURCE comxilclockoutputport.cpp |
|
37 SOURCE comxilclockprocessingfunction.cpp |
|
38 SOURCE clockpanics.cpp |
|
39 SOURCE clockthreadnotifier.cpp |
|
40 |
|
41 START RESOURCE omxilclock.rss |
|
42 TARGET omxilclock.rsc |
|
43 END |
|
44 |
|
45 LIBRARY euser.lib efsrv.lib ecom.lib |
|
46 LIBRARY hal.lib |
|
47 LIBRARY omxilcomponentcommon.lib |
|
48 STATICLIBRARY omxilcomponentif.lib |
|
49 |
|
50 //MACRO _OMXIL_COMMON_DEBUG_TRACING_ON |