ncdengine/inc/catalogsuids.h
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2006 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 the Catalogs engine and subcomponents
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef _CATALOGSUIDS_H
       
    20 #define _CATALOGSUIDS_H
       
    21 
       
    22 /**
       
    23  * Replaced with USE_BUILD_SCRIPT when using build script
       
    24  */
       
    25 #define DUMMY_DEFINE
       
    26 
       
    27 
       
    28 /**
       
    29  * NOTICE: This file contains two versions of the defines.
       
    30  *         Ones that are hard coded here and ones that are
       
    31  *         replaced by the build script if it is used.
       
    32  */
       
    33 
       
    34 
       
    35 #ifdef USE_BUILD_SCRIPT
       
    36 
       
    37     /**
       
    38      * Defines when using the build script. For commenting see the
       
    39      * defines of the variables of the case when the build script
       
    40      * is not used. (later in this file)
       
    41      */
       
    42  
       
    43     #define KCatalogsServerUid 0xCATALOGS_SERVER_UID
       
    44     #define KCatalogsUndertakerUid 0xCATALOGS_UNDERTAKER_UID
       
    45     #define KCatalogsDefaultClientFamilyUid 0xCATALOGS_DEFAULT_CLIENT_FAMILY_UID
       
    46     #define KNcdProviderUid 0xNCD_PROVIDER_UID    
       
    47     #define KCatalogsEngineUid 0xCATALOGS_ENGINE_UID
       
    48     #define KCatalogsEngineInterfaceUid 0xCATALOGS_ENGINE_INTERFACE_UID
       
    49     #define KCatalogsEngineImplementationUid 0xCATALOGS_ENGINE_IMPLEMENTATION_UID
       
    50 
       
    51 //#warning "pcfront end not varied"
       
    52 
       
    53 #else
       
    54     /**
       
    55      * Catalogs default client (NCD) family UID.
       
    56      * This is passed by the NCD UI client to the
       
    57      * engine during connection as a family ID.
       
    58      * Purchase history events created by this NCD UI client is
       
    59      * marked by this ID.
       
    60      * UI Client with UID KCatalogsUiClientUid must always
       
    61      * use this family id when connecting to the engine.
       
    62      */
       
    63     #define KCatalogsDefaultClientFamilyUid 0x20001A4A
       
    64 
       
    65     /**
       
    66      * Catalogs engine server exe UID.
       
    67      * If you change this, you also need to change the name of the
       
    68      * central repository file (currently located in \engine\group\)
       
    69      * and change the owner UID in that file
       
    70      * and also fix bld.inf's to export it correctly and fix
       
    71      * the .pkg file to copy it correctly
       
    72      */
       
    73     #define KCatalogsServerUid 0x20019119
       
    74 
       
    75     /**
       
    76      * Debug utility executable uid.
       
    77      */
       
    78     #define KCatalogsUndertakerUid 0x2001911A
       
    79 
       
    80     /**
       
    81      * NCD provider uid.
       
    82      * This is passed to MCatalogsEngine::CreateProviderL()
       
    83      * to create the NCD provider. This is the only provider currently
       
    84      * supported.
       
    85      */
       
    86     #define KNcdProviderUid 0x20008013
       
    87       
       
    88     /**
       
    89      * UID for catalogs engine ECom DLL.
       
    90      * Notice that there is a rss file named according
       
    91      * to this uid (20019116.rss), it is taken into use in
       
    92      * catalogsproxy.mmp and the dll is renamed after this
       
    93      * uid in pkg.
       
    94      */
       
    95     #define KCatalogsEngineUid 0x20019116
       
    96 
       
    97     /**
       
    98      * UID for catalogs engine ECom interface. 
       
    99      */
       
   100     #define KCatalogsEngineInterfaceUid 0x20019117
       
   101 
       
   102     /**
       
   103      * UID for catalogs engine ECom implementation. 
       
   104      */
       
   105     #define KCatalogsEngineImplementationUid 0x20019118
       
   106 
       
   107 #endif // USE_BUILD_SCRIPT 
       
   108 
       
   109 
       
   110 /**
       
   111  * UID for the PC client front end server exe. 
       
   112  */
       
   113 #define KCatalogsPCClientFrontEndUid 0x20008012
       
   114 
       
   115 
       
   116 /**
       
   117  * UID for the PC client install launcher exe
       
   118  */
       
   119 #define KCatalogsPCClientLauncherUid 0x2000854D
       
   120 
       
   121 
       
   122 #endif // _CATALOGSUIDS_H