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>
|
|
25 |
#include <xdmpluginrsc.rsg>
|
|
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
|