Searched refs:addon (Results 1 – 8 of 8) sorted by relevance
77 my $addon = "_";80 $addon .= $allvariables->{'PRODUCTNAME'};89 $addon .= $version;90 $addon = lc($addon);91 $addon =~ s/ //g;92 $addon =~ s/-//g;93 $addon =~ s/\.//g;95 $componentname = $componentname . $addon;
47 $(DESTPROTOCOLHANDLERADDONCPP)$/addon.cxx \48 $(DESTPROTOCOLHANDLERADDONCPP)$/addon.hxx \
46 addon.cxx137 @echo The "$(QM)ProtocolHandler$(QM)" addon component was installed if SDK_AUTO_DEPLOYMENT = YES.
682 my $addon = "";684 if ( $installer::globals::islinuxdebbuild ) { $addon = $addon . "_deb"; }686 return $addon;
1499 PassMap addon; in Notify() local1501 addon = m_pStorageFile->getInfo(); in Notify()1503 for( aIter = addon.begin(); aIter != addon.end(); aIter++ ) in Notify()
44 /** The module controller is responsible for loading a module (addon,
111 @echo The "$(QM)AsyncJob$(QM)" addon component was installed if SDK_AUTO_DEPLOYMENT = YES.
113 @echo The "$(QM)ProtocolHandler$(QM)" addon component was installed if SDK_AUTO_DEPLOYMENT = YES.
Completed in 46 milliseconds