appinstaller/AppinstUi/group/SWInstPrivateUid.h
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:   Common header for AppInstUi component private UIDs. All 
       
    15 *                subcomponents should use the UID constants defined in this file. 
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef SWINSTPRIVATEUID_H
       
    21 #define SWINSTPRIVATEUID_H
       
    22 
       
    23 //  MACROS
       
    24 
       
    25 // Server client
       
    26 #define KSWInstCliUid 0x101F8759
       
    27 
       
    28 // Server
       
    29 #define KSWInstSvrUid 0x101F875A
       
    30 
       
    31 // Common UI
       
    32 #define KSWInstCommonUIUid 0x101F875B
       
    33 
       
    34 // Sisx UI dll
       
    35 #define KSWInstSisxUIUid 0x101F875D
       
    36 
       
    37 // Sisx UI plugin implementation
       
    38 #define KSWInstSisxImplementationUid 0x101F875E
       
    39 
       
    40 // Midlet UI dll
       
    41 #define KSWInstMidletUIUid 0x101F875F
       
    42 
       
    43 // Midlet UI plugin implementation
       
    44 #define KSWInstMidletImplementationUid 0x101F8760
       
    45 
       
    46 // ApaGenerator dll
       
    47 #define KSWInstApaGeneratorUid 0x101F8A2B
       
    48 
       
    49 // CustomMIDletInstall dll
       
    50 #define KSWInstCustomMIDletInstallUid 0x10201507
       
    51 
       
    52 // Install service
       
    53 #define KSWInstInstallServiceUid 0x102071C1
       
    54 
       
    55 // TaskManager
       
    56 #define KSWInstTaskManagerUid 0x10207213
       
    57 
       
    58 // StatupTask
       
    59 #define KSWInstStartupTaskUid 0x1020720E
       
    60 
       
    61 // LogTask
       
    62 #define KSWInstLogTaskUid 0x10207211
       
    63 
       
    64 // FileTask
       
    65 #define KSWInstFileTaskUid 0x102073EC
       
    66 
       
    67 // Installer Help uid
       
    68 #define KSWInstHelpUid 0x101F8512
       
    69 
       
    70 // Silent Install service
       
    71 #define KSWInstSilentInstallServiceUid 0x102072F0
       
    72 
       
    73 #endif      // SWINSTPRIVATEUID_H
       
    74             
       
    75 // End of File