applicationmanagement/server/server.pro
changeset 42 aa33c2cb9a50
child 52 6e38e48ee756
equal deleted inserted replaced
41:c742e1129640 42:aa33c2cb9a50
       
     1 #
       
     2 # Copyright (c) 2005 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: Implementation of applicationmanagement components
       
    15  #
       
    16  #
       
    17  
       
    18 symbian: { 
       
    19     SYMBIAN_PLATFORMS = WINSCW \
       
    20         ARMV5
       
    21     :BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>"
       
    22     :BLD_INF_RULES.prj_exports += "./src/200267FB.SPD /epoc32/release/armv5/udeb/z/private/100012a5/policy/200267FB.SPD"
       
    23     :BLD_INF_RULES.prj_exports += "./src/200267FB.SPD /epoc32/release/armv5/urel/z/private/100012a5/policy/200267FB.SPD"
       
    24     :BLD_INF_RULES.prj_exports += "./src/200267FB.SPD /epoc32/release/winscw/udeb/z/private/100012a5/policy/200267FB.SPD"
       
    25     :BLD_INF_RULES.prj_exports += "./src/200267FB.SPD /epoc32/release/winscw/urel/z/private/100012a5/policy/200267FB.SPD"
       
    26     :BLD_INF_RULES.prj_exports += "./src/200267FB.SPD /epoc32/data/z/private/100012a5/policy/200267FB.SPD"
       
    27     :BLD_INF_RULES.prj_exports += "./group/200267FB.txt /epoc32/data/z/private/10202be9/200267FB.txt"
       
    28     TARGET.UID2 = 0x100039CE
       
    29     TARGET.UID3 = 0x200267FB
       
    30     TARGET.CAPABILITY = CAP_SERVER \
       
    31         TrustedUI \
       
    32         AllFiles \
       
    33         NetworkControl
       
    34     LIBS += -lWrtDownloadMgr \
       
    35         -lwrtserviceipcclient \
       
    36         -leuser \
       
    37         -ldrmhelper \
       
    38         -ldrmlicensemanager \
       
    39         -ledbms \
       
    40         -lsysutil \
       
    41         -lefsrv \
       
    42         -lesock \
       
    43         -lbafl \
       
    44         -lcentralrepository \
       
    45         -lestor \
       
    46         -lsisregistryclient \
       
    47         -laminstalloptions \
       
    48         -limut \
       
    49         -lswinstcli \
       
    50         -lezip \
       
    51         -lplatformenv \
       
    52         -lecom \
       
    53         -lcaf \
       
    54         -lnsmldmtreedbhandler \
       
    55         -lsyncmlclientapi \
       
    56         -lnsmldmmodule \
       
    57         -lnsmldmtreedbclient \
       
    58         -lconnmon \
       
    59         -lcommonengine \
       
    60         -lnsmltransporthandler \
       
    61         -lnsmltransport \
       
    62         -lcone \
       
    63         -ljavaregistryclient \
       
    64         -lapparc \
       
    65         -lfeatmgr \
       
    66         -lpolicyengine \
       
    67         -lflogger \ 
       
    68         -lapengine \
       
    69         -lcommdb \
       
    70         -lapgrfx \
       
    71         -lws32 \
       
    72         -lapmime \ 
       
    73         -lsif
       
    74 }
       
    75 TEMPLATE = app
       
    76 TARGET = applicationmanagementserver
       
    77 DEPENDPATH += ./inc
       
    78 INCLUDEPATH += . \
       
    79     ../inc \
       
    80     ../options/inc \
       
    81     ../installer/inc
       
    82 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE \
       
    83     /epoc32/include/mw/cwrt \
       
    84     /epoc32/include/devman \
       
    85     /epoc32/include/platform/mw/swi \
       
    86     /epoc32/include/swi \
       
    87     /epoc32/include/ecom \
       
    88     /epoc32/include/mw/usif \
       
    89     /epoc32/include/platform/mw/cwrt
       
    90 CONFIG += hb
       
    91 RESOURCES += ./conf/applicationmanagement.qrc
       
    92 
       
    93 SERVICE.OPTIONS = embeddable
       
    94 SERVICE.OPTIONS += hidden
       
    95 
       
    96 # Input
       
    97 HEADERS +=./inc/amview.h \
       
    98     ./inc/amwaitprogdialog.h \
       
    99     ./inc/ServicePluginLogger.h \
       
   100     ./inc/AMDownloadStore.h \
       
   101     ./inc/ServicePluginLogger.h \
       
   102     ./inc/AMAppHideUtil.h \
       
   103     ./inc/AMDeploymentComponent.h \
       
   104     ./inc/amdeploymentcomponent.inl \
       
   105     ./inc/amdeploymentcomponentdata.h \ 
       
   106     ./inc/AMDownloaddb.h \ 
       
   107     ./inc/AMPreInstallApp.h \
       
   108     ./inc/amsmlhelper.h \
       
   109     ./inc/amstorage.h \
       
   110     ./inc/ApplicationManagementJavaUtility.h \
       
   111     ./inc/ApplicationManagementServer.h \
       
   112     ./inc/ApplicationManagementUtility.h \
       
   113     ./inc/ApplicationManagementUtilityFactory.h \
       
   114     ./inc/nsmldmiapmatcher.h \
       
   115     ./inc/appmgmtdownloadmgr.h \
       
   116     ./inc/nsmldmuri.h \
       
   117     ./inc/ServicePluginLogger.h \
       
   118     ./inc/appmgmtprogdialog.h \
       
   119     ./inc/PlatformSecurityPolicies.h \
       
   120     ./inc/AMDownloadStore.h \
       
   121     ./inc/appmgmtnotifier.h
       
   122 SOURCES += ./src/amview.cpp \
       
   123     ./src/amwaitprogdialog.cpp \
       
   124     ./src/AMAppHideUtil.cpp \
       
   125     ./src/AMDeploymentComponent.cpp \
       
   126     ./src/amdeploymentcomponentdata.cpp \ 
       
   127     ./src/AMDownloaddb.cpp \ 
       
   128     ./src/AMPreInstallApp.cpp \
       
   129     ./src/amsmlhelper.cpp \
       
   130     ./src/amstorage.cpp \
       
   131     ./src/ApplicationManagementJavaUtility.cpp \
       
   132     ./src/ApplicationManagementServer.cpp \
       
   133     ./src/ApplicationManagementUtility.cpp \
       
   134     ./src/ApplicationManagementUtilityFactory.cpp \
       
   135     ./src/nsmldmiapmatcher.cpp \
       
   136     ./src/appmgmtdownloadmgr.cpp \
       
   137     ./src/nsmldmuri.cpp \
       
   138     ./src/appmgmtprogdialog.cpp \
       
   139     ./src/AMDownloadStore.cpp \
       
   140     ./src/main.cpp \
       
   141     ./src/appmgmtnotifier.cpp