java_stubs/javaregistry/clientserver/client/build/javaregclient.mmp
branchRCL_3
changeset 8 014f8c42e1d4
parent 0 3fd91c96c86c
child 72 1f0034e370aa
equal deleted inserted replaced
7:9d598f7f02da 8:014f8c42e1d4
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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:  Project definition file for project javaregistryclient.dll
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          javaregistryclient.dll
       
    21 TARGETTYPE      DLL
       
    22 UID             0x1000008d 0x10282476
       
    23 
       
    24 // CAPABILITY 
       
    25 CAPABILITY      CAP_CLIENT_DLL
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 PAGED
       
    29 
       
    30 USERINCLUDE     ../inc
       
    31 USERINCLUDE     ../../common/inc
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          javaregistry.cpp
       
    35 SOURCE          javaregistryentry.cpp
       
    36 SOURCE          javaregistryapplicationentry.cpp
       
    37 SOURCE          javaregistrypackageentry.cpp
       
    38 SOURCE          writeablejavaregistrypackageentry.cpp
       
    39 SOURCE          writeablejavaregistryentry.cpp
       
    40 SOURCE          writeablejavaregistryapplicationentry.cpp
       
    41 SOURCE          writeablejavaregistry.cpp 
       
    42 SOURCE          javaregistrybackupsupport.cpp
       
    43 SOURCE          javaregconverter.cpp
       
    44 
       
    45 SOURCEPATH      ../../common/src
       
    46 SOURCE          javaregproperty.cpp
       
    47 SOURCE          javapropertyarray.cpp
       
    48 
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 
       
    53 // End of File