phonebookengines/VirtualPhonebook/group/VPbkSimStoreService.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2002-2007 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:  A project file for SIM store service component
       
    15 *
       
    16 */
       
    17 
       
    18 #include "../inc/VPbkPrivateUid.h"
       
    19 #include "VPbkConfig.mmp"
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          VPbkSimStoreService.dll
       
    23 TARGETTYPE      dll
       
    24 UID             KEPOCStaticDllUID2 KVPbkSimStoreServiceDLLUID3
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH	    ../VPbkSimStoreService/src 
       
    30 
       
    31 // PUBLIC API
       
    32 SOURCE          VPbkSimStoreFactory.cpp
       
    33 SOURCE      	RVPbkSimCntView.cpp
       
    34 SOURCE		    RVPbkSimStore.cpp
       
    35 
       
    36 // OTHERS
       
    37 SOURCE          CVPbkSimPhone.cpp
       
    38 SOURCE          VPbkSimServerStarter.cpp
       
    39 SOURCE			CSimStateInformation.cpp
       
    40 
       
    41 USERINCLUDE     .
       
    42 USERINCLUDE     ../VPbkSimStoreService/inc
       
    43 
       
    44 SYSTEMINCLUDE   ../inc
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 LIBRARY         VPbkEngUtils.lib
       
    48 LIBRARY         VPbkSimStoreCommon.lib
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         estor.lib
       
    51 LIBRARY         FeatMgr.lib
       
    52 
       
    53 /////////////////////////////////////
       
    54 // DEBUG DEPENDENCIES
       
    55 
       
    56 
       
    57 // End of File