usbuis/usbuinotif/usbuinotif.pro
changeset 53 ff06ad965fd1
child 56 f45583a69686
equal deleted inserted replaced
52:831068540b07 53:ff06ad965fd1
       
     1 TEMPLATE = lib
       
     2 TARGET = usbuinotif
       
     3 CONFIG += HB
       
     4 HEADERS += inc/usbnotifier.h \
       
     5     inc/usbuincableconnectednotifier.h \
       
     6     inc/usbuinotifdebug.h \
       
     7     inc/usbuinotifmsmmerror.h \
       
     8     inc/usbuinotifotgerror.h \
       
     9     inc/usbuinotifotgwarning.h \
       
    10     inc/usbuinqueriesnotifiermdrv.h
       
    11 SOURCES += src/usbuincableconnectednotifier.cpp \
       
    12     src/usbuinqueriesnotifiermdrv.cpp \
       
    13     src/usbnotifier.cpp \
       
    14     src/usbuinotifotgwarning.cpp \
       
    15     src/usbuinotifotgerror.cpp \
       
    16     src/usbuinotifmsmmerror.cpp \
       
    17     src/usbuinmain.cpp
       
    18 TRANSLATIONS = usbdialogs.ts
       
    19 
       
    20 symbian*: { 
       
    21     TARGET.UID2 = 0x10009D8D 
       
    22     TARGET.UID3 = 0x102068DC
       
    23     TARGET.CAPABILITY = CAP_ECOM_PLUGIN 
       
    24 
       
    25      ecomResourceBlock = \
       
    26       "$${LITERAL_HASH}include <data_caging_paths.hrh>" \
       
    27       "START RESOURCE   ../data/102068DC.rss" \
       
    28       "TARGET           usbuinotif.rsc" \
       
    29       "END"   
       
    30 
       
    31    MMP_RULES += ecomResourceBlock
       
    32    MMP_RULES += "TARGETTYPE plugin"  
       
    33 
       
    34     BLD_INF_RULES.prj_exports += \
       
    35       "loc/usbuinotif.loc MW_LAYER_LOC_EXPORT_PATH(usbuinotif.loc)" \
       
    36       "rom/usbuinotif.iby CORE_MW_LAYER_IBY_EXPORT_PATH(usbuinotif.iby)" \
       
    37       "rom/usbuinotifresources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(usbuinotifresources.iby)" 
       
    38 
       
    39    LIBS += -lecom \
       
    40    -lbafl \
       
    41    -lcommonengine \
       
    42    -lcentralrepository \
       
    43    -lusbman \
       
    44    -lflogger
       
    45 }
       
    46