localconnectivityservice/generichid/group/generichid.mmp
branchRCL_3
changeset 39 4096754ee773
parent 38 3dcb815346df
child 40 52a167391590
equal deleted inserted replaced
38:3dcb815346df 39:4096754ee773
     1 /*
       
     2 * Copyright (c) 2004-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:  Project definition file for project generichid
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET                  generichid.dll
       
    23 TARGETTYPE              DLL
       
    24 UID                     0x1000008d 0x10281cfe
       
    25 
       
    26 CAPABILITY              CAP_APPLICATION CommDD ProtServ	// two latter needed by USB
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  hidgeneric.cpp
       
    31 SOURCE                  hiddriveritem.cpp
       
    32 SOURCE                  hidfield.cpp
       
    33 SOURCE                  hidparser.cpp
       
    34 SOURCE	                hiditem.cpp
       
    35 SOURCE                  hidcollection.cpp
       
    36 SOURCE                  hidsearch.cpp
       
    37 SOURCE                  hidreporttranslator.cpp
       
    38 SOURCE                  hidreportroot.cpp
       
    39 SOURCE                  hidreportbase.cpp
       
    40 SOURCE                  hidreportgenerator.cpp
       
    41 SOURCE                  hidinterfaces.cpp
       
    42 SOURCE                  hidconnectioninfo.cpp
       
    43 
       
    44 USERINCLUDE              ../inc
       
    45 
       
    46 MW_LAYER_SYSTEMINCLUDE
       
    47 SYSTEMINCLUDE           ../../../inc
       
    48 SYSTEMINCLUDE 			/epoc32/include/ecom
       
    49 
       
    50 LIBRARY       euser.lib
       
    51 LIBRARY       ecom.lib
       
    52 
       
    53