bluetoothengine/bthid/manager/group/layoutmgr.mmp
changeset 0 f63038272f30
equal deleted inserted replaced
-1:000000000000 0:f63038272f30
       
     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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../../inc/hiduids.h"
       
    21 
       
    22 TARGET        layoutmgr.exe
       
    23 TARGETTYPE    exe
       
    24 UID           0x1000008d LAYOUTMGR_UID
       
    25 
       
    26 VENDORID VID_DEFAULT
       
    27 CAPABILITY    CAP_APPLICATION
       
    28 
       
    29 
       
    30 USERINCLUDE   ../inc
       
    31 USERINCLUDE   ../../inc
       
    32 USERINCLUDE   ../../common/inc
       
    33 USERINCLUDE   ../../layouts/inc
       
    34 
       
    35 SOURCEPATH    ../src
       
    36 SOURCE	      server.cpp
       
    37 SOURCE	      shutdown.cpp
       
    38 SOURCE        session.cpp
       
    39 SOURCE	      library.cpp
       
    40 SOURCE	      decode.cpp
       
    41 SOURCE        mapping.cpp
       
    42 SOURCE	      codestore.cpp
       
    43 
       
    44 SOURCEPATH    ../../common/src
       
    45 SOURCE        genericserver.cpp
       
    46 
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 SYSTEMINCLUDE ../../../../inc
       
    50 
       
    51 LIBRARY       euser.lib
       
    52 LIBRARY       ecom.lib
       
    53 DEBUGLIBRARY  flogger.lib
       
    54 
       
    55