diff --git a/.github/workflows/auto_pr_creation_target_repo_caller.yml b/.github/workflows/auto_pr_creation_target_repo_caller.yml new file mode 100644 index 00000000..e39f13ad --- /dev/null +++ b/.github/workflows/auto_pr_creation_target_repo_caller.yml @@ -0,0 +1,24 @@ +name: Auto PR Creation Caller + +on: + pull_request: + types: [closed] + branches: + - test_develop + +jobs: + debug_check: + runs-on: ubuntu-latest + steps: + - run: echo "Triggered" + + call_auto_pr_workflow: + #secrets: + #RDKCM_RDKE: ${{ secrets.RDKCM_RDKE }} + uses: rdkcentral/build_tools_workflows/.github/workflows/auto_pr_creation_meta.yml@RDKEMW-4778 + secrets: + RDKCM_RDKE: ${{ secrets.RDKCM_RDKE }} + #runs-on: ubuntu-latest + #steps: + # - name: Print placeholder instead of actual logic + # run: echo "This is a placeholder for the actual logic." diff --git a/apis/AmazonPrime/IAmazonPrime.h b/apis/AmazonPrime/IAmazonPrime.h index 61bdea0d..7155af9f 100644 --- a/apis/AmazonPrime/IAmazonPrime.h +++ b/apis/AmazonPrime/IAmazonPrime.h @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +//Test2 #ifndef __IAMAZON_PRIME_H #define __IAMAZON_PRIME_H diff --git a/apis/DeviceInfo/IDeviceInfo.h b/apis/DeviceInfo/IDeviceInfo.h index ee5f769b..e0e6ee25 100644 --- a/apis/DeviceInfo/IDeviceInfo.h +++ b/apis/DeviceInfo/IDeviceInfo.h @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +//Test2 #pragma once #include "Module.h" diff --git a/apis/USBDevice/IUSBDevice.h b/apis/USBDevice/IUSBDevice.h index ea3fb6f3..09e07147 100644 --- a/apis/USBDevice/IUSBDevice.h +++ b/apis/USBDevice/IUSBDevice.h @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +//Test10 #pragma once #include "Module.h" diff --git a/apis/XCast/IXCast.h b/apis/XCast/IXCast.h index 7c75bac9..e45f2b69 100644 --- a/apis/XCast/IXCast.h +++ b/apis/XCast/IXCast.h @@ -24,6 +24,8 @@ // @stubgen:include +//Test3 + namespace WPEFramework { namespace Exchange { struct EXTERNAL IXCast : virtual public Core::IUnknown { @@ -71,6 +73,8 @@ namespace WPEFramework { virtual uint32_t getManufacturerName(string &manufacturername /* @out */ ) const = 0; virtual uint32_t setModelName(string modelname) const = 0; virtual uint32_t getModelName(string &modelname /* @out */ ) const = 0; + + }; } // Exchange