]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/audio-preprocessing.git/blobdiff - file_demo_bios/platforms/packages/evmTCI66AK2G02Custom/Platform.xs
Add port the BIOS version of noise-reduction demo to K2G
[processor-sdk/audio-preprocessing.git] / file_demo_bios / platforms / packages / evmTCI66AK2G02Custom / Platform.xs
diff --git a/file_demo_bios/platforms/packages/evmTCI66AK2G02Custom/Platform.xs b/file_demo_bios/platforms/packages/evmTCI66AK2G02Custom/Platform.xs
new file mode 100644 (file)
index 0000000..154b58c
--- /dev/null
@@ -0,0 +1,33 @@
+/*!
+ * File generated by platform wizard. DO NOT MODIFY.
+ *
+ */
+
+function getCpuDataSheet(cpuId)
+{
+    return this.$module.CPU.getCpuDataSheet(cpuId);
+}
+
+function getCreateArgs()
+{
+    return this.$module.CPU;
+}
+
+function getExeContext(prog)
+{
+    return this.$module.CPU.getExeContext(prog);
+}
+
+
+function getExecCmd(prog)
+{
+    return this.$module.CPU.getExecCmd(prog);
+}
+
+
+function getLinkTemplate(prog)
+{
+    return this.$module.CPU.getLinkTemplate(prog);
+}
+
+