applicationmanagement/rom/appmgmt.iby
changeset 0 3ce708148e4d
child 29 ebe540617f90
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     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: Implementation of applicationmanagement components
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __APPLICATIONMANAGEMENT_IBY__
       
    19 #define __APPLICATIONMANAGEMENT_IBY__
       
    20 
       
    21 //#if defined(__SAP_APPLICATION_MANAGEMENT)
       
    22 	
       
    23 	S60_APP_EXE(ApplicationManagement)
       
    24 
       
    25       S60_APP_RESOURCE( ApplicationManagement )
       
    26       
       
    27       // _reg.rsc has to be in "import" folder to allow updating application exe with a SISX-file
       
    28     data=\EPOC32\DATA\Z\private\10003a3f\apps\ApplicationManagement_reg.RSC \private\10003a3f\import\apps\ApplicationManagement_reg.RSC
       
    29 
       
    30 	file=ABI_DIR\BUILD_DIR\ApplicationManagement.dll		SHARED_LIB_DIR\ApplicationManagement.dll
       
    31 	
       
    32 	ECOM_PLUGIN(RfsAppMgmtPlugin.dll,102073BF.rsc)
       
    33       ECOM_PLUGIN(omascomoadapter.dll, omascomoadapter.rsc)
       
    34 
       
    35        data=ZPRIVATE\100012a5\policy\20021335.spd      PRIVATE\100012a5\policy\20021335.spd
       
    36 
       
    37        data=ZPRIVATE\100012a5\policy\1020781C.spd      PRIVATE\100012a5\policy\1020781C.spd
       
    38 
       
    39 	
       
    40 //#endif // #ifdef __SAP_APPLICATION_MANAGEMENT
       
    41 
       
    42 #endif