phonebookengines/VirtualPhonebook/group/VPbkSimStoreCommon.mmp
changeset 0 e686773b3f54
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 common implementation.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "../inc/VPbkPrivateUid.h"
       
    20 #include "VPbkConfig.mmp"
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          VPbkSimStoreCommon.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008d KVPbkEngUID3
       
    26 
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 
       
    29 SOURCEPATH  ../VPbkSimStoreCommon/src 
       
    30 
       
    31 // Public API
       
    32 SOURCE      RVPbkStreamedIntArray.cpp
       
    33 SOURCE      CVPbkSimFieldTypeFilter.cpp
       
    34 SOURCE      VPbkSimStoreCommonUtil.cpp
       
    35 
       
    36 #ifdef VPBK_DONT_CHECK_SIM_STATE
       
    37 SOURCE      CVPbkSimStateInformationStub.cpp
       
    38 #else
       
    39 SOURCE      CVPbkSimStateInformation.cpp
       
    40 #endif // VPBK_DONT_CHECK_SIM_STATE
       
    41 
       
    42 USERINCLUDE     .
       
    43 USERINCLUDE     ../VPbkSimStoreCommon/inc
       
    44 
       
    45 SYSTEMINCLUDE   ../inc
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 // Dependencies to Symbian OS components
       
    49 LIBRARY         euser.lib estor.lib ecom.lib centralrepository.lib
       
    50 LIBRARY         featmgr.lib
       
    51 
       
    52 // End of File