equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008 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: UIDs for this plugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef __VIMPSTDETAILSVIEWPLUGINUIDS_HRH__ |
|
20 #define __VIMPSTDETAILSVIEWPLUGINUIDS_HRH__ |
|
21 |
|
22 /** UID of the CCA details view plugin dll */ |
|
23 #define KVIMPSTDetailsViewPluginDllUid 0x200159F6 |
|
24 |
|
25 /** UID of the CCA details view plugin implementation */ |
|
26 #define KVIMPSTDetailsViewPluginImplmentationUid 0x200159F7 |
|
27 |
|
28 /** TODO: GET THIS FROM HEADER? */ |
|
29 #define KCCAppViewPluginBaseInterfaceUID 0x2000B1AB |
|
30 |
|
31 #define KCCAppViewFactoryInterfaceUID 0x20022FD0 |
|
32 #endif // __VIMPSTDETAILSVIEWPLUGINUIDS_HRH__ |
|
33 |
|
34 // End of File |