author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 13 Oct 2010 15:00:05 +0300 | |
branch | RCL_3 |
changeset 44 | bafa26c1d234 |
parent 35 | fbd2e7cec7ef |
permissions | -rw-r--r-- |
35 | 1 |
/* |
2 |
* Copyright (c) 2005 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: Header file with UID definitions |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
||
20 |
#ifndef XDMEXTERNALINTERFACE_H |
|
21 |
#define XDMEXTERNALINTERFACE_H |
|
22 |
||
23 |
#include <e32std.h> |
|
24 |
#include <bldvariant.hrh> |
|
44
bafa26c1d234
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
35
diff
changeset
|
25 |
#include <XDMPluginRsc.rsg> |
35 | 26 |
#include "XDMPlugin.h" |
27 |
#define XDM_PLUGIN |
|
28 |
||
29 |
/** |
|
30 |
* This UID is used for both the view UID and the ECOM plugin implementation |
|
31 |
* UID. |
|
32 |
*/ |
|
33 |
const TUid KGSXDMPluginUid = { 0x10207429 }; |
|
34 |
||
35 |
// View UIDs |
|
36 |
const TUid KViewId= {0x1028236B}; |
|
37 |
||
38 |
#endif // XDMEXTERNALINTERFACE_H |
|
39 |
||
40 |
// End of File |