aboutsummaryrefslogtreecommitdiff
path: root/Src/installer/SDK/Agave.nsh
diff options
context:
space:
mode:
authorJean-Francois Mauguit <jfmauguit@mac.com>2024-09-24 09:03:25 -0400
committerGitHub <noreply@github.com>2024-09-24 09:03:25 -0400
commitbab614c421ed7ae329d26bf028c4a3b1d2450f5a (patch)
tree12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/installer/SDK/Agave.nsh
parent4bde6044fddf053f31795b9eaccdd2a5a527d21f (diff)
parent20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (diff)
downloadwinamp-bab614c421ed7ae329d26bf028c4a3b1d2450f5a.tar.gz
Merge pull request #5 from WinampDesktop/community
Merge to main
Diffstat (limited to 'Src/installer/SDK/Agave.nsh')
-rw-r--r--Src/installer/SDK/Agave.nsh40
1 files changed, 40 insertions, 0 deletions
diff --git a/Src/installer/SDK/Agave.nsh b/Src/installer/SDK/Agave.nsh
new file mode 100644
index 00000000..fde0c7ee
--- /dev/null
+++ b/Src/installer/SDK/Agave.nsh
@@ -0,0 +1,40 @@
+; Agave (Winamp 5 Wasabi API)
+
+; Config API
+SetOutPath $INSTDIR\Agave\Config
+File ${PROJECTS}\Agave\Config\api_config.h
+File ${PROJECTS}\Agave\Config\ifc_configgroup.h
+File ${PROJECTS}\Agave\Config\ifc_configitem.h
+
+; Metadata API
+SetOutPath $INSTDIR\Agave\Metadata
+File ${PROJECTS}\Agave\Metadata\api_metadata.h
+File ${PROJECTS}\Agave\Metadata\svc_metatag.h
+
+; Language API
+SetOutPath $INSTDIR\Agave\Language
+File ${PROJECTS}\Agave\Language\api_language.h
+File ${PROJECTS}\Agave\Language\lang.h
+
+; Component API
+SetOutPath $INSTDIR\Agave\Component
+File ${PROJECTS}\Agave\Component\ifc_wa5component.h
+
+; Album Art API
+SetOutPath $INSTDIR\Agave\AlbumArt
+File ${PROJECTS}\Agave\AlbumArt\svc_albumArtProvider.h
+File ${PROJECTS}\Agave\AlbumArt\api_albumart.h
+File ${PROJECTS}\Wasabi\api\service\svcs\svc_imgwrite.h
+
+; Audio Decoder API
+SetOutPath $INSTDIR\Agave\DecodeFile
+File ${PROJECTS}\Agave\DecodeFile\api_decodefile.h
+File ${PROJECTS}\Agave\DecodeFile\ifc_audiostream.h
+
+; Queue API
+SetOutPath $INSTDIR\Agave\Queue
+File ${PROJECTS}\Agave\Queue\api_queue.h
+
+; ExplorerFindFile API
+SetOutPath $INSTDIR\Agave\ExplorerFindFile
+File ${PROJECTS}\Agave\ExplorerFindFile\api_explorerfindfile.h \ No newline at end of file