ncdengine/group/bld.inf
branchRCL_3
changeset 84 e6c5e34cd9b9
parent 66 8b7f4e561641
equal deleted inserted replaced
82:8b5c572a3757 84:e6c5e34cd9b9
    23 #include <platform_paths.hrh> // export paths
    23 #include <platform_paths.hrh> // export paths
    24 
    24 
    25 // Engine
    25 // Engine
    26 #include "../engine/group/bld.inf"
    26 #include "../engine/group/bld.inf"
    27 
    27 
       
    28 // Exports
       
    29 #include "../exports/bld.inf"
       
    30 
    28 // PC client front end, not supported on any platforms anymore
    31 // PC client front end, not supported on any platforms anymore
    29 //#if defined( __SERIES60_31__ ) || defined( __S60_32__ )
    32 //#if defined( __SERIES60_31__ ) || defined( __S60_32__ )
    30 //#include "../pcdadapter/catalogsenginepcclientfrontend/group/bld.inf"
    33 //#include "../pcdadapter/catalogsenginepcclientfrontend/group/bld.inf"
    31 //#endif
    34 //#endif
    32 
    35 
    33 PRJ_TESTMMPFILES
    36 PRJ_TESTMMPFILES
    34 
    37 
    35 ../debuglogger/group/catalogslogger.mmp
    38 ../debuglogger/group/catalogslogger.mmp
    36 
    39 
    37 PRJ_EXPORTS
       
    38 
       
    39 //****************************************************************************
       
    40 // Stub SIS files for ROM build
       
    41 // This allows eclipsing the ROM base installation with normal SIS
       
    42 //****************************************************************************
       
    43 
       
    44 ../rom/altair-engine-stub.sis   /epoc32/data/z/system/install/altair-engine-stub.SIS
       
    45 //altair-pcd-adapter-stub.SIS   /epoc32/data/z/system/install/altair-pcd-adapter-stub.SIS
       
    46 
       
    47 //****************************************************************************
       
    48 // Exports for the 5.0 platform. NEEDS TO BE CONFIRMED.
       
    49 //****************************************************************************
       
    50 
       
    51 #if !defined(__S60_32__) && !defined(__SERIES60_31__)
       
    52 ../rom/NcdCatalogsEngine.iby             CORE_MW_LAYER_IBY_EXPORT_PATH(NcdCatalogsEngine.iby)
       
    53 ../rom/NcdCatalogsEngineVariant.iby      CUSTOMER_MW_LAYER_IBY_EXPORT_PATH(NcdCatalogsEngineVariant.iby)
       
    54 #endif
       
    55 
       
    56 //****************************************************************************
       
    57 // Header exports. 
       
    58 // Public headers exported to the middleware layer include dir.
       
    59 // The list has been generated using ../internal/headerexports.pl.
       
    60 //****************************************************************************
       
    61 
       
    62 #if defined(__SERIES60_31__) || defined(__SERIES60_32__)
       
    63 // PCD-adapter plugin API
       
    64 //../pcdadapter/catalogspcconnectivityplugin/inc/catalogspcconnectivityplugin.h MW_LAYER_DOMAIN_EXPORT_PATH(catalogspcconnectivityplugin.h)
       
    65 
       
    66 // Engine API
       
    67 ../inc/catalogsarray.h                                       MW_LAYER_DOMAIN_EXPORT_PATH(catalogsarray.h)
       
    68 ../inc/catalogsbase.h                                        MW_LAYER_DOMAIN_EXPORT_PATH(catalogsbase.h)
       
    69 ../inc/catalogsdebug.h                                       MW_LAYER_DOMAIN_EXPORT_PATH(catalogsdebug.h)
       
    70 ../inc/catalogsengine.h                                      MW_LAYER_DOMAIN_EXPORT_PATH(catalogsengine.h)
       
    71 ../inc/catalogsengineobserver.h                              MW_LAYER_DOMAIN_EXPORT_PATH(catalogsengineobserver.h)
       
    72 ../inc/catalogserrors.h                                      MW_LAYER_DOMAIN_EXPORT_PATH(catalogserrors.h)
       
    73 ../inc/catalogsinterfaceids.h                                MW_LAYER_DOMAIN_EXPORT_PATH(catalogsinterfaceids.h)
       
    74 ../inc/catalogspanics.h                                      MW_LAYER_DOMAIN_EXPORT_PATH(catalogspanics.h)
       
    75 ../inc/catalogsuids.h                                        MW_LAYER_DOMAIN_EXPORT_PATH(catalogsuids.h)
       
    76 ../inc/catalogsutils.h                                       MW_LAYER_DOMAIN_EXPORT_PATH(catalogsutils.h)
       
    77 ../inc/ncdbundle.h                                           MW_LAYER_DOMAIN_EXPORT_PATH(ncdbundle.h)
       
    78 ../inc/ncdcapabilities.h                                     MW_LAYER_DOMAIN_EXPORT_PATH(ncdcapabilities.h)
       
    79 ../inc/ncdchildloadmode.h                                    MW_LAYER_DOMAIN_EXPORT_PATH(ncdchildloadmode.h)
       
    80 ../inc/ncdclientlocalizer.h                                  MW_LAYER_DOMAIN_EXPORT_PATH(ncdclientlocalizer.h)
       
    81 ../inc/ncdconfigurationdata.h                                MW_LAYER_DOMAIN_EXPORT_PATH(ncdconfigurationdata.h)
       
    82 ../inc/ncdconfigurationkeys.h                                MW_LAYER_DOMAIN_EXPORT_PATH(ncdconfigurationkeys.h)
       
    83 ../inc/ncdconnectionmethod.h                                 MW_LAYER_DOMAIN_EXPORT_PATH(ncdconnectionmethod.h)
       
    84 ../inc/ncdcontainertype.h                                    MW_LAYER_DOMAIN_EXPORT_PATH(ncdcontainertype.h)
       
    85 ../inc/ncdcreateaccesspointoperation.h                       MW_LAYER_DOMAIN_EXPORT_PATH(ncdcreateaccesspointoperation.h)
       
    86 ../inc/ncdcreateaccesspointoperationobserver.h               MW_LAYER_DOMAIN_EXPORT_PATH(ncdcreateaccesspointoperationobserver.h)
       
    87 ../inc/ncddebuginformation.h                                 MW_LAYER_DOMAIN_EXPORT_PATH(ncddebuginformation.h)
       
    88 ../inc/ncddownloadoperation.h                                MW_LAYER_DOMAIN_EXPORT_PATH(ncddownloadoperation.h)
       
    89 ../inc/ncddownloadoperationobserver.h                        MW_LAYER_DOMAIN_EXPORT_PATH(ncddownloadoperationobserver.h)
       
    90 ../inc/ncderrors.h                                           MW_LAYER_DOMAIN_EXPORT_PATH(ncderrors.h)
       
    91 ../inc/ncdfavoritemanager.h                                  MW_LAYER_DOMAIN_EXPORT_PATH(ncdfavoritemanager.h)
       
    92 ../inc/ncdfiledownloadoperation.h                            MW_LAYER_DOMAIN_EXPORT_PATH(ncdfiledownloadoperation.h)
       
    93 ../inc/ncdfiledownloadoperationobserver.h                    MW_LAYER_DOMAIN_EXPORT_PATH(ncdfiledownloadoperationobserver.h)
       
    94 ../inc/ncdinstalledapplication.h                             MW_LAYER_DOMAIN_EXPORT_PATH(ncdinstalledapplication.h)
       
    95 ../inc/ncdinstalledcontent.h                                 MW_LAYER_DOMAIN_EXPORT_PATH(ncdinstalledcontent.h)
       
    96 ../inc/ncdinstalledfile.h                                    MW_LAYER_DOMAIN_EXPORT_PATH(ncdinstalledfile.h)
       
    97 ../inc/ncdinstalledtheme.h                                   MW_LAYER_DOMAIN_EXPORT_PATH(ncdinstalledtheme.h)
       
    98 ../inc/ncdinstalloperation.h                                 MW_LAYER_DOMAIN_EXPORT_PATH(ncdinstalloperation.h)
       
    99 ../inc/ncdinstalloperationobserver.h                         MW_LAYER_DOMAIN_EXPORT_PATH(ncdinstalloperationobserver.h)
       
   100 ../inc/ncdinterfaceids.h                                     MW_LAYER_DOMAIN_EXPORT_PATH(ncdinterfaceids.h)
       
   101 ../inc/ncditempurpose.h                                      MW_LAYER_DOMAIN_EXPORT_PATH(ncditempurpose.h)
       
   102 ../inc/ncdkeyvaluepair.h                                     MW_LAYER_DOMAIN_EXPORT_PATH(ncdkeyvaluepair.h)
       
   103 ../inc/ncdloadnodeoperation.h                                MW_LAYER_DOMAIN_EXPORT_PATH(ncdloadnodeoperation.h)
       
   104 ../inc/ncdloadnodeoperationobserver.h                        MW_LAYER_DOMAIN_EXPORT_PATH(ncdloadnodeoperationobserver.h)
       
   105 ../inc/ncdnode.h                                             MW_LAYER_DOMAIN_EXPORT_PATH(ncdnode.h)
       
   106 ../inc/ncdnodeactivate.h                                     MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodeactivate.h)
       
   107 ../inc/ncdnodechildoftransparent.h                           MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodechildoftransparent.h)
       
   108 ../inc/ncdnodecontainer.h                                    MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodecontainer.h)
       
   109 ../inc/ncdnodecontentinfo.h                                  MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodecontentinfo.h)
       
   110 ../inc/ncdnodedependency.h                                   MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodedependency.h)
       
   111 ../inc/ncdnodedependencyinfo.h                               MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodedependencyinfo.h)
       
   112 ../inc/ncdnodedownload.h                                     MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodedownload.h)
       
   113 ../inc/ncdnodefavorite.h                                     MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodefavorite.h)
       
   114 ../inc/ncdnodeicon.h                                         MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodeicon.h)
       
   115 ../inc/ncdnodeinstall.h                                      MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodeinstall.h)
       
   116 ../inc/ncdnodemetadata.h                                     MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodemetadata.h)
       
   117 ../inc/ncdnodepreview.h                                      MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodepreview.h)
       
   118 ../inc/ncdnodepurchase.h                                     MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodepurchase.h)
       
   119 ../inc/ncdnodescreenshot.h                                   MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodescreenshot.h)
       
   120 ../inc/ncdnodesearch.h                                       MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodesearch.h)
       
   121 ../inc/ncdnodeseen.h                                         MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodeseen.h)
       
   122 ../inc/ncdnodeseenfolder.h                                   MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodeseenfolder.h)
       
   123 ../inc/ncdnodeskin.h                                         MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodeskin.h)
       
   124 ../inc/ncdnodeupgrade.h                                      MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodeupgrade.h)
       
   125 ../inc/ncdnodeuricontent.h                                   MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodeuricontent.h)
       
   126 ../inc/ncdnodeuserdata.h                                     MW_LAYER_DOMAIN_EXPORT_PATH(ncdnodeuserdata.h)
       
   127 ../inc/ncdoperation.h                                        MW_LAYER_DOMAIN_EXPORT_PATH(ncdoperation.h)
       
   128 ../inc/ncdoperationdatatypes.h                               MW_LAYER_DOMAIN_EXPORT_PATH(ncdoperationdatatypes.h)
       
   129 ../inc/ncdpanics.h                                           MW_LAYER_DOMAIN_EXPORT_PATH(ncdpanics.h)
       
   130 ../inc/ncdpaymentmethod.h                                    MW_LAYER_DOMAIN_EXPORT_PATH(ncdpaymentmethod.h)
       
   131 ../inc/ncdprogress.h                                         MW_LAYER_DOMAIN_EXPORT_PATH(ncdprogress.h)
       
   132 ../inc/ncdprovider.h                                         MW_LAYER_DOMAIN_EXPORT_PATH(ncdprovider.h)
       
   133 ../inc/ncdproviderobserver.h                                 MW_LAYER_DOMAIN_EXPORT_PATH(ncdproviderobserver.h)
       
   134 ../inc/ncdproviderpcclientsupport.h                          MW_LAYER_DOMAIN_EXPORT_PATH(ncdproviderpcclientsupport.h)
       
   135 ../inc/ncdpurchasedetails.h                                  MW_LAYER_DOMAIN_EXPORT_PATH(ncdpurchasedetails.h)
       
   136 ../inc/ncdpurchasedownloadinfo.h                             MW_LAYER_DOMAIN_EXPORT_PATH(ncdpurchasedownloadinfo.h)
       
   137 ../inc/ncdpurchasehistory.h                                  MW_LAYER_DOMAIN_EXPORT_PATH(ncdpurchasehistory.h)
       
   138 ../inc/ncdpurchasehistoryfilter.h                            MW_LAYER_DOMAIN_EXPORT_PATH(ncdpurchasehistoryfilter.h)
       
   139 ../inc/ncdpurchaseinstallinfo.h                              MW_LAYER_DOMAIN_EXPORT_PATH(ncdpurchaseinstallinfo.h)
       
   140 ../inc/ncdpurchaseoperation.h                                MW_LAYER_DOMAIN_EXPORT_PATH(ncdpurchaseoperation.h)
       
   141 ../inc/ncdpurchaseoperationobserver.h                        MW_LAYER_DOMAIN_EXPORT_PATH(ncdpurchaseoperationobserver.h)
       
   142 ../inc/ncdpurchaseoption.h                                   MW_LAYER_DOMAIN_EXPORT_PATH(ncdpurchaseoption.h)
       
   143 ../inc/ncdquery.h                                            MW_LAYER_DOMAIN_EXPORT_PATH(ncdquery.h)
       
   144 ../inc/ncdqueryitem.h                                        MW_LAYER_DOMAIN_EXPORT_PATH(ncdqueryitem.h)
       
   145 ../inc/ncdquerynumericitem.h                                 MW_LAYER_DOMAIN_EXPORT_PATH(ncdquerynumericitem.h)
       
   146 ../inc/ncdquerypincodeitem.h                                 MW_LAYER_DOMAIN_EXPORT_PATH(ncdquerypincodeitem.h)
       
   147 ../inc/ncdqueryselectionitem.h                               MW_LAYER_DOMAIN_EXPORT_PATH(ncdqueryselectionitem.h)
       
   148 ../inc/ncdquerytextitem.h                                    MW_LAYER_DOMAIN_EXPORT_PATH(ncdquerytextitem.h)
       
   149 ../inc/ncdrightsobjectoperation.h                            MW_LAYER_DOMAIN_EXPORT_PATH(ncdrightsobjectoperation.h)
       
   150 ../inc/ncdrightsobjectoperationobserver.h                    MW_LAYER_DOMAIN_EXPORT_PATH(ncdrightsobjectoperationobserver.h)
       
   151 ../inc/ncdschemenodetype.h                                   MW_LAYER_DOMAIN_EXPORT_PATH(ncdschemenodetype.h)
       
   152 ../inc/ncdsearchfilter.h                                     MW_LAYER_DOMAIN_EXPORT_PATH(ncdsearchfilter.h)
       
   153 ../inc/ncdsearchoperation.h                                  MW_LAYER_DOMAIN_EXPORT_PATH(ncdsearchoperation.h)
       
   154 ../inc/ncdsendhttprequestoperation.h                         MW_LAYER_DOMAIN_EXPORT_PATH(ncdsendhttprequestoperation.h)
       
   155 ../inc/ncdsendhttprequestoperationobserver.h                 MW_LAYER_DOMAIN_EXPORT_PATH(ncdsendhttprequestoperationobserver.h)
       
   156 ../inc/ncdsubscription.h                                     MW_LAYER_DOMAIN_EXPORT_PATH(ncdsubscription.h)
       
   157 ../inc/ncdsubscriptionmanager.h                              MW_LAYER_DOMAIN_EXPORT_PATH(ncdsubscriptionmanager.h)
       
   158 ../inc/ncdsubscriptionoperation.h                            MW_LAYER_DOMAIN_EXPORT_PATH(ncdsubscriptionoperation.h)
       
   159 ../inc/ncdsubscriptionoperationobserver.h                    MW_LAYER_DOMAIN_EXPORT_PATH(ncdsubscriptionoperationobserver.h)
       
   160 ../inc/ncdutils.h                                            MW_LAYER_DOMAIN_EXPORT_PATH(ncdutils.h)
       
   161 ../inc/catalogsarray.inl                                     MW_LAYER_DOMAIN_EXPORT_PATH(catalogsarray.inl)
       
   162 ../inc/catalogsutils.inl                                     MW_LAYER_DOMAIN_EXPORT_PATH(catalogsutils.inl)
       
   163 ../inc/ncdserverreportmanager.h                              MW_LAYER_DOMAIN_EXPORT_PATH(ncdserverreportmanager.h)
       
   164 ../inc/ncdserverreportoperation.h                            MW_LAYER_DOMAIN_EXPORT_PATH(ncdserverreportoperation.h)
       
   165 ../inc/ncdserverreportoperationobserver.h                    MW_LAYER_DOMAIN_EXPORT_PATH(ncdserverreportoperationobserver.h)
       
   166 ../inc/ncdprovideroptions.h                                  MW_LAYER_DOMAIN_EXPORT_PATH(ncdprovideroptions.h)
       
   167 #else //5.X platforms
       
   168 // PCD-adapter plugin API
       
   169 //../pcdadapter/catalogspcconnectivityplugin/inc/catalogspcconnectivityplugin.h MW_LAYER_PLATFORM_EXPORT_PATH(catalogspcconnectivityplugin.h)
       
   170 
       
   171 // Engine API
       
   172 ../inc/catalogsarray.h                                       MW_LAYER_PLATFORM_EXPORT_PATH(catalogsarray.h)
       
   173 ../inc/catalogsbase.h                                        MW_LAYER_PLATFORM_EXPORT_PATH(catalogsbase.h)
       
   174 ../inc/catalogsdebug.h                                       MW_LAYER_PLATFORM_EXPORT_PATH(catalogsdebug.h)
       
   175 ../inc/catalogsengine.h                                      MW_LAYER_PLATFORM_EXPORT_PATH(catalogsengine.h)
       
   176 ../inc/catalogsengineobserver.h                              MW_LAYER_PLATFORM_EXPORT_PATH(catalogsengineobserver.h)
       
   177 ../inc/catalogserrors.h                                      MW_LAYER_PLATFORM_EXPORT_PATH(catalogserrors.h)
       
   178 ../inc/catalogsinterfaceids.h                                MW_LAYER_PLATFORM_EXPORT_PATH(catalogsinterfaceids.h)
       
   179 ../inc/catalogspanics.h                                      MW_LAYER_PLATFORM_EXPORT_PATH(catalogspanics.h)
       
   180 ../inc/catalogsuids.h                                        MW_LAYER_PLATFORM_EXPORT_PATH(catalogsuids.h)
       
   181 ../inc/catalogsutils.h                                       MW_LAYER_PLATFORM_EXPORT_PATH(catalogsutils.h)
       
   182 ../inc/ncdbundle.h                                           MW_LAYER_PLATFORM_EXPORT_PATH(ncdbundle.h)
       
   183 ../inc/ncdcapabilities.h                                     MW_LAYER_PLATFORM_EXPORT_PATH(ncdcapabilities.h)
       
   184 ../inc/ncdchildloadmode.h                                    MW_LAYER_PLATFORM_EXPORT_PATH(ncdchildloadmode.h)
       
   185 ../inc/ncdclientlocalizer.h                                  MW_LAYER_PLATFORM_EXPORT_PATH(ncdclientlocalizer.h)
       
   186 ../inc/ncdconfigurationdata.h                                MW_LAYER_PLATFORM_EXPORT_PATH(ncdconfigurationdata.h)
       
   187 ../inc/ncdconfigurationkeys.h                                MW_LAYER_PLATFORM_EXPORT_PATH(ncdconfigurationkeys.h)
       
   188 ../inc/ncdconnectionmethod.h                                 MW_LAYER_PLATFORM_EXPORT_PATH(ncdconnectionmethod.h)
       
   189 ../inc/ncdcontainertype.h                                    MW_LAYER_PLATFORM_EXPORT_PATH(ncdcontainertype.h)
       
   190 ../inc/ncdcreateaccesspointoperation.h                       MW_LAYER_PLATFORM_EXPORT_PATH(ncdcreateaccesspointoperation.h)
       
   191 ../inc/ncdcreateaccesspointoperationobserver.h               MW_LAYER_PLATFORM_EXPORT_PATH(ncdcreateaccesspointoperationobserver.h)
       
   192 ../inc/ncddebuginformation.h                                 MW_LAYER_PLATFORM_EXPORT_PATH(ncddebuginformation.h)
       
   193 ../inc/ncddownloadoperation.h                                MW_LAYER_PLATFORM_EXPORT_PATH(ncddownloadoperation.h)
       
   194 ../inc/ncddownloadoperationobserver.h                        MW_LAYER_PLATFORM_EXPORT_PATH(ncddownloadoperationobserver.h)
       
   195 ../inc/ncderrors.h                                           MW_LAYER_PLATFORM_EXPORT_PATH(ncderrors.h)
       
   196 ../inc/ncdfavoritemanager.h                                  MW_LAYER_PLATFORM_EXPORT_PATH(ncdfavoritemanager.h)
       
   197 ../inc/ncdfiledownloadoperation.h                            MW_LAYER_PLATFORM_EXPORT_PATH(ncdfiledownloadoperation.h)
       
   198 ../inc/ncdfiledownloadoperationobserver.h                    MW_LAYER_PLATFORM_EXPORT_PATH(ncdfiledownloadoperationobserver.h)
       
   199 ../inc/ncdinstalledapplication.h                             MW_LAYER_PLATFORM_EXPORT_PATH(ncdinstalledapplication.h)
       
   200 ../inc/ncdinstalledcontent.h                                 MW_LAYER_PLATFORM_EXPORT_PATH(ncdinstalledcontent.h)
       
   201 ../inc/ncdinstalledfile.h                                    MW_LAYER_PLATFORM_EXPORT_PATH(ncdinstalledfile.h)
       
   202 ../inc/ncdinstalledtheme.h                                   MW_LAYER_PLATFORM_EXPORT_PATH(ncdinstalledtheme.h)
       
   203 ../inc/ncdinstalloperation.h                                 MW_LAYER_PLATFORM_EXPORT_PATH(ncdinstalloperation.h)
       
   204 ../inc/ncdinstalloperationobserver.h                         MW_LAYER_PLATFORM_EXPORT_PATH(ncdinstalloperationobserver.h)
       
   205 ../inc/ncdinterfaceids.h                                     MW_LAYER_PLATFORM_EXPORT_PATH(ncdinterfaceids.h)
       
   206 ../inc/ncditempurpose.h                                      MW_LAYER_PLATFORM_EXPORT_PATH(ncditempurpose.h)
       
   207 ../inc/ncdkeyvaluepair.h                                     MW_LAYER_PLATFORM_EXPORT_PATH(ncdkeyvaluepair.h)
       
   208 ../inc/ncdloadnodeoperation.h                                MW_LAYER_PLATFORM_EXPORT_PATH(ncdloadnodeoperation.h)
       
   209 ../inc/ncdloadnodeoperationobserver.h                        MW_LAYER_PLATFORM_EXPORT_PATH(ncdloadnodeoperationobserver.h)
       
   210 ../inc/ncdnode.h                                             MW_LAYER_PLATFORM_EXPORT_PATH(ncdnode.h)
       
   211 ../inc/ncdnodeactivate.h                                     MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodeactivate.h)
       
   212 ../inc/ncdnodechildoftransparent.h                           MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodechildoftransparent.h)
       
   213 ../inc/ncdnodecontainer.h                                    MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodecontainer.h)
       
   214 ../inc/ncdnodecontentinfo.h                                  MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodecontentinfo.h)
       
   215 ../inc/ncdnodedependency.h                                   MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodedependency.h)
       
   216 ../inc/ncdnodedependencyinfo.h                               MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodedependencyinfo.h)
       
   217 ../inc/ncdnodedownload.h                                     MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodedownload.h)
       
   218 ../inc/ncdnodefavorite.h                                     MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodefavorite.h)
       
   219 ../inc/ncdnodeicon.h                                         MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodeicon.h)
       
   220 ../inc/ncdnodeinstall.h                                      MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodeinstall.h)
       
   221 ../inc/ncdnodemetadata.h                                     MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodemetadata.h)
       
   222 ../inc/ncdnodepreview.h                                      MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodepreview.h)
       
   223 ../inc/ncdnodepurchase.h                                     MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodepurchase.h)
       
   224 ../inc/ncdnodescreenshot.h                                   MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodescreenshot.h)
       
   225 ../inc/ncdnodesearch.h                                       MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodesearch.h)
       
   226 ../inc/ncdnodeseen.h                                         MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodeseen.h)
       
   227 ../inc/ncdnodeseenfolder.h                                   MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodeseenfolder.h)
       
   228 ../inc/ncdnodeskin.h                                         MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodeskin.h)
       
   229 ../inc/ncdnodeupgrade.h                                      MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodeupgrade.h)
       
   230 ../inc/ncdnodeuricontent.h                                   MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodeuricontent.h)
       
   231 ../inc/ncdnodeuserdata.h                                     MW_LAYER_PLATFORM_EXPORT_PATH(ncdnodeuserdata.h)
       
   232 ../inc/ncdoperation.h                                        MW_LAYER_PLATFORM_EXPORT_PATH(ncdoperation.h)
       
   233 ../inc/ncdoperationdatatypes.h                               MW_LAYER_PLATFORM_EXPORT_PATH(ncdoperationdatatypes.h)
       
   234 ../inc/ncdpanics.h                                           MW_LAYER_PLATFORM_EXPORT_PATH(ncdpanics.h)
       
   235 ../inc/ncdpaymentmethod.h                                    MW_LAYER_PLATFORM_EXPORT_PATH(ncdpaymentmethod.h)
       
   236 ../inc/ncdprogress.h                                         MW_LAYER_PLATFORM_EXPORT_PATH(ncdprogress.h)
       
   237 ../inc/ncdprovider.h                                         MW_LAYER_PLATFORM_EXPORT_PATH(ncdprovider.h)
       
   238 ../inc/ncdproviderobserver.h                                 MW_LAYER_PLATFORM_EXPORT_PATH(ncdproviderobserver.h)
       
   239 ../inc/ncdproviderpcclientsupport.h                          MW_LAYER_PLATFORM_EXPORT_PATH(ncdproviderpcclientsupport.h)
       
   240 ../inc/ncdpurchasedetails.h                                  MW_LAYER_PLATFORM_EXPORT_PATH(ncdpurchasedetails.h)
       
   241 ../inc/ncdpurchasedownloadinfo.h                             MW_LAYER_PLATFORM_EXPORT_PATH(ncdpurchasedownloadinfo.h)
       
   242 ../inc/ncdpurchasehistory.h                                  MW_LAYER_PLATFORM_EXPORT_PATH(ncdpurchasehistory.h)
       
   243 ../inc/ncdpurchasehistoryfilter.h                            MW_LAYER_PLATFORM_EXPORT_PATH(ncdpurchasehistoryfilter.h)
       
   244 ../inc/ncdpurchaseinstallinfo.h                              MW_LAYER_PLATFORM_EXPORT_PATH(ncdpurchaseinstallinfo.h)
       
   245 ../inc/ncdpurchaseoperation.h                                MW_LAYER_PLATFORM_EXPORT_PATH(ncdpurchaseoperation.h)
       
   246 ../inc/ncdpurchaseoperationobserver.h                        MW_LAYER_PLATFORM_EXPORT_PATH(ncdpurchaseoperationobserver.h)
       
   247 ../inc/ncdpurchaseoption.h                                   MW_LAYER_PLATFORM_EXPORT_PATH(ncdpurchaseoption.h)
       
   248 ../inc/ncdquery.h                                            MW_LAYER_PLATFORM_EXPORT_PATH(ncdquery.h)
       
   249 ../inc/ncdqueryitem.h                                        MW_LAYER_PLATFORM_EXPORT_PATH(ncdqueryitem.h)
       
   250 ../inc/ncdquerynumericitem.h                                 MW_LAYER_PLATFORM_EXPORT_PATH(ncdquerynumericitem.h)
       
   251 ../inc/ncdquerypincodeitem.h                                 MW_LAYER_PLATFORM_EXPORT_PATH(ncdquerypincodeitem.h)
       
   252 ../inc/ncdqueryselectionitem.h                               MW_LAYER_PLATFORM_EXPORT_PATH(ncdqueryselectionitem.h)
       
   253 ../inc/ncdquerytextitem.h                                    MW_LAYER_PLATFORM_EXPORT_PATH(ncdquerytextitem.h)
       
   254 ../inc/ncdrightsobjectoperation.h                            MW_LAYER_PLATFORM_EXPORT_PATH(ncdrightsobjectoperation.h)
       
   255 ../inc/ncdrightsobjectoperationobserver.h                    MW_LAYER_PLATFORM_EXPORT_PATH(ncdrightsobjectoperationobserver.h)
       
   256 ../inc/ncdschemenodetype.h                                   MW_LAYER_PLATFORM_EXPORT_PATH(ncdschemenodetype.h)
       
   257 ../inc/ncdsearchfilter.h                                     MW_LAYER_PLATFORM_EXPORT_PATH(ncdsearchfilter.h)
       
   258 ../inc/ncdsearchoperation.h                                  MW_LAYER_PLATFORM_EXPORT_PATH(ncdsearchoperation.h)
       
   259 ../inc/ncdsendhttprequestoperation.h                         MW_LAYER_PLATFORM_EXPORT_PATH(ncdsendhttprequestoperation.h)
       
   260 ../inc/ncdsendhttprequestoperationobserver.h                 MW_LAYER_PLATFORM_EXPORT_PATH(ncdsendhttprequestoperationobserver.h)
       
   261 ../inc/ncdsubscription.h                                     MW_LAYER_PLATFORM_EXPORT_PATH(ncdsubscription.h)
       
   262 ../inc/ncdsubscriptionmanager.h                              MW_LAYER_PLATFORM_EXPORT_PATH(ncdsubscriptionmanager.h)
       
   263 ../inc/ncdsubscriptionoperation.h                            MW_LAYER_PLATFORM_EXPORT_PATH(ncdsubscriptionoperation.h)
       
   264 ../inc/ncdsubscriptionoperationobserver.h                    MW_LAYER_PLATFORM_EXPORT_PATH(ncdsubscriptionoperationobserver.h)
       
   265 ../inc/ncdutils.h                                            MW_LAYER_PLATFORM_EXPORT_PATH(ncdutils.h)
       
   266 ../inc/catalogsarray.inl                                     MW_LAYER_PLATFORM_EXPORT_PATH(catalogsarray.inl)
       
   267 ../inc/catalogsutils.inl                                     MW_LAYER_PLATFORM_EXPORT_PATH(catalogsutils.inl)
       
   268 ../inc/ncdserverreportmanager.h                              MW_LAYER_PLATFORM_EXPORT_PATH(ncdserverreportmanager.h)
       
   269 ../inc/ncdserverreportoperation.h                            MW_LAYER_PLATFORM_EXPORT_PATH(ncdserverreportoperation.h)
       
   270 ../inc/ncdserverreportoperationobserver.h                    MW_LAYER_PLATFORM_EXPORT_PATH(ncdserverreportoperationobserver.h)
       
   271 ../inc/ncdprovideroptions.h                                  MW_LAYER_PLATFORM_EXPORT_PATH(ncdprovideroptions.h)
       
   272 #endif