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 #ifndef OMXILCLOCK_HRH_ |
|
19 #define OMXILCLOCK_HRH_ |
|
20 |
|
21 #define KUidSymbianOmxILClockDll 0x10286597 |
|
22 #define KUidSymbianOmxILClock 0x10286598 |
|
23 |
|
24 #define KCompNameSymbianOmxILClock "OMX.SYMBIAN.OTHER.CLOCK" |
|
25 #define KRoleSymbianOmxILClock "clock.binary" |
|
26 |
|
27 // No theoretical limit on number of ports, but OpenMAX defines the wait mask OMX_CLOCKPORT0 through |
|
28 // OMX_CLOCKPORT7 so we assume this number |
|
29 #define KNumPorts 8 |
|
30 |
|
31 #endif /*OMXILCLOCK_HRH_*/ |