How to copy peripheral_uart example for custom service

I have been experimenting with the peripheral_uart example and it looks like it is a good basis for the program I need to write. The problem I face is that the uart services I need to implement require a change of UUIDs. Unfortunately, I don't see a way of being able to copy the peripheral_uart example and have custom service UUIDs. The file "nus.h" is in the SDK and so should not be changed, plus, making a copy into my local project directory and having "main.c" use it is not sufficient because other parts of the NUS source in the SDK make reference to the SDK "nus.h".

So, is it possible to get a copy of the example into my project space that would only use my updated "nus.h".

Related