equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-2007 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 * {Name} {Company} - {Description of contribution} |
|
14 * |
|
15 * Description: |
|
16 * UIDs for the Active Idle subsystem components. |
|
17 * |
|
18 */ |
|
19 |
|
20 #ifndef WRTDATAPLUGINUIDS_HRH |
|
21 #define WRTDATAPLUGINUIDS_HRH |
|
22 |
|
23 #include <platform/mw/aicontentpublisheruid.hrh> |
|
24 |
|
25 /** |
|
26 * Ecom dll uid for AI Data plug-in. |
|
27 */ |
|
28 #define WRTDP_UID_ECOM_DLL_CONTENTPUBLISHER_DATAPLUGIN 0x200286DC |
|
29 |
|
30 /** |
|
31 * Ecom implementation uid for AI Data plug-in. |
|
32 */ |
|
33 #define WRTDP_UID_ECOM_IMPLEMENTATION_CONTENTPUBLISHER_DATAPLUGIN 0x200286DD |
|
34 |
|
35 #endif //WRTDATAPLUGINUIDS_HRH |