commondrm/drmutility/group/qt/drmutilitydmgrwrapper.pro
changeset 65 1e96dbdff71c
parent 57 41137c634688
child 82 a117e284a2c6
equal deleted inserted replaced
57:41137c634688 65:1e96dbdff71c
    10 # Initial Contributors:
    10 # Initial Contributors:
    11 # Nokia Corporation - initial contribution.
    11 # Nokia Corporation - initial contribution.
    12 #
    12 #
    13 # Contributors:
    13 # Contributors:
    14 #
    14 #
    15 # Description: 
    15 # Description:
    16 #
    16 #
    17 
    17 
    18 include ( drmutilitydmgrwrapper.pri )
    18 include ( drmutilitydmgrwrapper.pri )
    19 
    19 
    20 TEMPLATE = lib
    20 TEMPLATE = lib
    21 TARGET = DrmUtilityDmgrWrapper
    21 TARGET = DrmUtilityDmgrWrapper
       
    22 
       
    23 IncludeBlock = \
       
    24 	"$${LITERAL_HASH}include <data_caging_paths.hrh>" \
       
    25 	"$${LITERAL_HASH}include <platform_paths.hrh>"
       
    26 
       
    27 MMP_RULES += IncludeBlock
       
    28 
    22 
    29 
    23 SrcIfdefBlock = \
    30 SrcIfdefBlock = \
    24 	"$${LITERAL_HASH}ifdef __DRM" \
    31 	"$${LITERAL_HASH}ifdef __DRM" \
    25 	"SOURCE ../../src/DrmUtilityDmgrWrapper.cpp" \
    32 	"SOURCE ../../src/DrmUtilityDmgrWrapper.cpp" \
    26 	"SOURCE ../../src/drmutilityconnection.cpp" \
    33 	"SOURCE ../../src/drmutilityconnection.cpp" \
    27 	"SOURCE ../../src/qdrmutilitydmgreventhandler.cpp" \
    34 	"SOURCE ../../src/qdrmutilitydmgreventhandler.cpp" \
    28 	"$${LITERAL_HASH}endif"
    35 	"$${LITERAL_HASH}endif"
    29 
    36 
    30 MMP_RULES += SrcIfdefBlock
    37 MMP_RULES += SrcIfdefBlock
    31 
    38 
    32 symbian: { 
    39 symbian: {
    33 	TARGET.CAPABILITY = CAP_GENERAL_DLL
    40 	TARGET.CAPABILITY = CAP_GENERAL_DLL
    34 	TARGET.VID = VID_DEFAULT
    41 	TARGET.VID = VID_DEFAULT
    35 	TARGET.UID3 = 0x102830FE
    42 	TARGET.UID3 = 0x102830FE
    36 	TARGET.EPOCALLOWDLLDATA = 1
    43 	TARGET.EPOCALLOWDLLDATA = 1
    37 	INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
    44 	INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
    38 	INCLUDEPATH += ../../inc
    45 	INCLUDEPATH += ../../inc
    39 	INCLUDEPATH += ../../../../omadrm/drmengine/roap/inc
    46 	INCLUDEPATH += ../../../../omadrm/drmengine/roap/inc
    40 	INCLUDEPATH += ../../../../inc   // ADo level inc dir
    47 	INCLUDEPATH += ../../../../inc   // ADo level inc dir
    41 	INCLUDEPATH += ../../traces      // OST definitions 
    48 	INCLUDEPATH += ../../traces      // OST definitions
    42 	INCLUDEPATH += /epoc32/include/platform/mw/cwrt
    49 	INCLUDEPATH += /epoc32/include/platform/mw/cwrt
    43 
    50 
    44 	LIBS += -leuser
    51 	LIBS += -leuser
    45 	LIBS += -lcmmanager // RCmManager CCmApplicationSettingsUi
    52 	LIBS += -lcmmanager // RCmManager CCmApplicationSettingsUi
    46 	LIBS += -lesock // RConnection, RSocketServ
    53 	LIBS += -lesock // RConnection, RSocketServ
    74 	"$${LITERAL_HASH}else" \
    81 	"$${LITERAL_HASH}else" \
    75 	"DEFFILE ../../bmarm/" \
    82 	"DEFFILE ../../bmarm/" \
    76 	"$${LITERAL_HASH}endif"
    83 	"$${LITERAL_HASH}endif"
    77 
    84 
    78 	MMP_RULES += defBlock
    85 	MMP_RULES += defBlock
    79 	
    86 
    80 	}
    87 	}
    81 
    88