securitydialogs/SecUi/rom/SecUi.iby
changeset 0 164170e6151a
child 59 881d92421467
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     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 
       
    18 
       
    19 #ifndef __SECUI_IBY__
       
    20 #define __SECUI_IBY__
       
    21 
       
    22 //Secui
       
    23 file=ABI_DIR\BUILD_DIR\SecUi.dll                        SHARED_LIB_DIR\SecUi.dll
       
    24 
       
    25 //Security Notifier
       
    26 file=ABI_DIR\BUILD_DIR\SecurityNotifier.dll             SHARED_LIB_DIR\SecurityNotifier.dll
       
    27 
       
    28 //Notifier wrapper
       
    29 ECOM_PLUGIN(Securitynotifierwrapper.dll,102071FA.rsc)
       
    30 
       
    31 //Security Observer
       
    32 #ifndef RD_STARTUP_CHANGE
       
    33 
       
    34 file=ABI_DIR\BUILD_DIR\SecurityObserver.exe             PROGRAMS_DIR\SecurityObserver.exe
       
    35 
       
    36 #endif //RD_STARTUP_CHANGE
       
    37 
       
    38 #endif//__SECUI_IBY__