homescreenpluginsrv/hspspluginregistry/group/hspsdefinitionrepository.mmp
changeset 0 79c6a41cd166
child 19 edd621764147
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2008 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:  Ui Definition Repository of hsps
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../../inc/hsps_log_cfg.hrh"
       
    21 
       
    22 TARGET          hspsdefrep.dll
       
    23 TARGETTYPE      dll
       
    24 // this is official uid
       
    25 UID             0x1000008d 0x200159BC //old uid 1020725C
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 
       
    30 SOURCEPATH		../src 
       
    31 SOURCE          hspsdefinitionrepository.cpp
       
    32 
       
    33 USERINCLUDE     . 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../inc
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 LIBRARY    euser.lib
       
    40 LIBRARY    efsrv.lib
       
    41 LIBRARY    estor.lib
       
    42 LIBRARY    bafl.lib
       
    43 LIBRARY    hspsodt.lib
       
    44 LIBRARY    hspsresource.lib
       
    45 LIBRARY    sysutil.lib
       
    46 LIBRARY    fbscli.lib
       
    47 
       
    48 
       
    49 
       
    50 
       
    51