networkcontrol/ipupsplugins/dialogcreator/group/ipupsdialog.iby
branchRCL_3
changeset 5 1422c6cd3f0c
parent 1 a579325b79dd
child 6 e7dfaa7b0b8d
child 10 c64cefac6e99
equal deleted inserted replaced
1:a579325b79dd 5:1422c6cd3f0c
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 *
       
    16 */
       
    17 #ifndef SYMBIAN_IPUPSDIALOG_IBY
       
    18 #define SYMBIAN_IPUPSDIALOG_IBY
       
    19 
       
    20 REM IP UPS Dialog Creator
       
    21 
       
    22 #ifdef TEXT_ONLY_ROM
       
    23 #include <security_ups_utils.iby>
       
    24 #endif
       
    25 
       
    26 define ZDRIVE \epoc32\data\Z
       
    27 
       
    28 data=ZDRIVE\system\data\ups_101F7989_10281DD8.rsc		system\data\ups_101F7989_10281DD8.rsc
       
    29 
       
    30 
       
    31 
       
    32 #ifdef _DEBUG
       
    33 ECOM_PLUGIN_UDEB(ipupsdialog.dll,10285A7B.rss)
       
    34 #else
       
    35 ECOM_PLUGIN(ipupsdialog.dll,10285A7B.rss)
       
    36 #endif
       
    37 
       
    38 // If NETWORKING_UPS_NOTIFIERUID is defined, then patch the Dialog Creator to use that Notifier UID.
       
    39 // Otherwise if _STARTUPMODE1 is defined then use Networking UPS Test Notifier UID, otherwise don't patch.
       
    40 
       
    41 #ifndef NETWORKING_UPS_NOTIFIERUID
       
    42 #ifdef _STARTUPMODE1
       
    43 #define NETWORKING_UPS_NOTIFIERUID 0x1028369b
       
    44 #endif
       
    45 #endif
       
    46 
       
    47 #ifdef NETWORKING_UPS_NOTIFIERUID
       
    48 patchdata ipupsdialog.dll@KNotifierImplementationId NETWORKING_UPS_NOTIFIERUID
       
    49 #endif
       
    50 
       
    51 #endif //SYMBIAN_IPUPSDIALOG_IBY