/*
* Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: Common header for AppInstUi component private UIDs. All
* subcomponents should use the UID constants defined in this file.
*
*/
#ifndef SWINSTPRIVATEUID_H
#define SWINSTPRIVATEUID_H
// MACROS
// Server client
#define KSWInstCliUid 0x101F8759
// Server
#define KSWInstSvrUid 0x101F875A
// Common UI
#define KSWInstCommonUIUid 0x101F875B
// Sisx UI dll
#define KSWInstSisxUIUid 0x101F875D
// Sisx UI plugin implementation
#define KSWInstSisxImplementationUid 0x101F875E
// Midlet UI dll
#define KSWInstMidletUIUid 0x101F875F
// Midlet UI plugin implementation
#define KSWInstMidletImplementationUid 0x101F8760
// ApaGenerator dll
#define KSWInstApaGeneratorUid 0x101F8A2B
// CustomMIDletInstall dll
#define KSWInstCustomMIDletInstallUid 0x10201507
// Install service
#define KSWInstInstallServiceUid 0x102071C1
// TaskManager
#define KSWInstTaskManagerUid 0x10207213
// StatupTask
#define KSWInstStartupTaskUid 0x1020720E
// LogTask
#define KSWInstLogTaskUid 0x10207211
// FileTask
#define KSWInstFileTaskUid 0x102073EC
// Installer Help uid
#define KSWInstHelpUid 0x101F8512
// Silent Install service
#define KSWInstSilentInstallServiceUid 0x102072F0
#endif // SWINSTPRIVATEUID_H
// End of File