bluetoothengine/bthid/layouts/group/kbdlayout.mmp
changeset 0 f63038272f30
child 57 5ebadcda06cb
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        kbdlayout.dll
       
    23 TARGETTYPE    PLUGIN
       
    24 UID           ECOM_UID LAYOUT_PLUGIN_UID
       
    25 CAPABILITY    CAP_ECOM_PLUGIN //CAP_APPLICATION PowerMgmt NetworkControl
       
    26 
       
    27 SOURCEPATH    ../src
       
    28 SOURCE        layout.cpp
       
    29 SOURCE        hidlayoutimplproxy.cpp
       
    30 SOURCE        belgian.cpp
       
    31 SOURCE        danish.cpp
       
    32 SOURCE        dutch.cpp
       
    33 SOURCE        finnishswedish.cpp
       
    34 SOURCE        french.cpp
       
    35 SOURCE        german.cpp
       
    36 SOURCE        italian.cpp
       
    37 SOURCE        norwegian.cpp
       
    38 SOURCE        portuguese.cpp
       
    39 SOURCE        spanish.cpp
       
    40 SOURCE        su8danishnorwegian.cpp
       
    41 SOURCE        su8finnishswedish.cpp
       
    42 SOURCE        su8german.cpp
       
    43 SOURCE        su8intusenglish.cpp unitedkingdom.cpp unitedstates.cpp unitedstatesdvorak.cpp usinternational.cpp su8russianint.cpp
       
    44 
       
    45 USERINCLUDE   ../inc
       
    46 USERINCLUDE   ../../inc
       
    47 USERINCLUDE   ../../manager/inc
       
    48 USERINCLUDE   ../../common/inc
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 SYSTEMINCLUDE ../../../../inc
       
    52 
       
    53 SOURCEPATH		../data 
       
    54 START RESOURCE          kbdlayout.rss 
       
    55 #ifdef SYMBIAN_SECURE_ECOM
       
    56 TARGET                  kbdlayout.rsc
       
    57 #endif
       
    58 END // ECOM resource definition
       
    59 
       
    60 
       
    61 LIBRARY       ecom.lib
       
    62 LIBRARY       euser.lib
       
    63 
       
    64